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:
Google Team Member
2025-08-12 23:45:23 -07:00
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: