docs: update StreamableHTTPConnectionParams docstring to remove SSE references (#1456)

Co-authored-by: Terrence Ryan <tpryan@google.com>
Fixes: google/adk-docs#475
This commit is contained in:
Eugen-Bleck
2025-08-08 20:42:43 -07:00
committed by GitHub
co-authored by Terrence Ryan
parent c323de5c69
commit 8f937b5175
@@ -85,9 +85,9 @@ class SseConnectionParams(BaseModel):
class StreamableHTTPConnectionParams(BaseModel): class StreamableHTTPConnectionParams(BaseModel):
"""Parameters for the MCP SSE connection. """Parameters for the MCP streamable HTTP connection.
See MCP SSE Client documentation for more details. See MCP streamable HTTP Client documentation for more details.
https://github.com/modelcontextprotocol/python-sdk/blob/main/src/mcp/client/streamable_http.py https://github.com/modelcontextprotocol/python-sdk/blob/main/src/mcp/client/streamable_http.py
Attributes: Attributes: