We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cf14d commit 7119405Copy full SHA for 7119405
src/mcp/client/session_group.py
@@ -29,7 +29,7 @@
29
30
class SseServerParameters(BaseModel):
31
"""Parameters for intializing a sse_client."""
32
-
+
33
# The type of server connection.
34
type: Literal["sse"] = "sse"
35
@@ -48,7 +48,7 @@ class SseServerParameters(BaseModel):
48
49
class StreamableHttpParameters(BaseModel):
50
"""Parameters for intializing a streamablehttp_client."""
51
52
53
type: Literal["streamable_http"] = "streamable_http"
54
0 commit comments