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 c323de5 commit 8f937b5Copy full SHA for 8f937b5
src/google/adk/tools/mcp_tool/mcp_session_manager.py
@@ -85,9 +85,9 @@ class SseConnectionParams(BaseModel):
85
86
87
class StreamableHTTPConnectionParams(BaseModel):
88
- """Parameters for the MCP SSE connection.
+ """Parameters for the MCP streamable HTTP connection.
89
90
- See MCP SSE Client documentation for more details.
+ See MCP streamable HTTP Client documentation for more details.
91
https://github.com/modelcontextprotocol/python-sdk/blob/main/src/mcp/client/streamable_http.py
92
93
Attributes:
0 commit comments