Skip to content

Commit 8f937b5

Browse files
bl3cktpryan
andauthored
docs: update StreamableHTTPConnectionParams docstring to remove SSE references (#1456)
Co-authored-by: Terrence Ryan <[email protected]> Fixes: google/adk-docs#475
1 parent c323de5 commit 8f937b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/google/adk/tools/mcp_tool/mcp_session_manager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ class SseConnectionParams(BaseModel):
8585

8686

8787
class StreamableHTTPConnectionParams(BaseModel):
88-
"""Parameters for the MCP SSE connection.
88+
"""Parameters for the MCP streamable HTTP connection.
8989
90-
See MCP SSE Client documentation for more details.
90+
See MCP streamable HTTP Client documentation for more details.
9191
https://github.com/modelcontextprotocol/python-sdk/blob/main/src/mcp/client/streamable_http.py
9292
9393
Attributes:

0 commit comments

Comments
 (0)