StreamableHttp client transport (#573)

This commit is contained in:
ihrpr
2025-05-02 13:59:02 +01:00
committed by GitHub
parent 46523afe30
commit 9dfc925090
5 changed files with 498 additions and 15 deletions

View File

@@ -7,7 +7,7 @@ import anyio
import click
import mcp.types as types
from mcp.server.lowlevel import Server
from mcp.server.streamableHttp import (
from mcp.server.streamable_http import (
MCP_SESSION_ID_HEADER,
StreamableHTTPServerTransport,
)