Skip to content

Commit c52f956

Browse files
google-genai-botcopybara-github
authored andcommitted
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
1 parent 585141e commit c52f956

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)