mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: Update comment to reference "Streamable HTTP Client"
Corrects a typo in the `StreamableHTTPConnectionParams` docstring, changing "SSE" to "Streamable HTTP" to accurately reflect the referenced client. PiperOrigin-RevId: 794424727
This commit is contained in:
committed by
Copybara-Service
parent
585141e0b7
commit
c52f956433
@@ -85,9 +85,9 @@ class SseConnectionParams(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
|
||||
|
||||
Attributes:
|
||||
|
||||
Reference in New Issue
Block a user