mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
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:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user