8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d432a commit 64b9e94Copy full SHA for 64b9e94
contributing/samples/mcp_streamablehttp_agent/README.md
@@ -1,8 +1,7 @@
1
-This agent connects to a local MCP server via sse.
+This agent connects to a local MCP server via Streamable HTTP.
2
3
To run this agent, start the local MCP server first by :
4
5
```bash
6
uv run filesystem_server.py
7
```
8
-
contributing/samples/mcp_streamablehttp_agent/agent.py
@@ -18,7 +18,6 @@
18
from google.adk.agents.llm_agent import LlmAgent
19
from google.adk.tools.mcp_tool.mcp_session_manager import StreamableHTTPServerParams
20
from google.adk.tools.mcp_tool.mcp_toolset import MCPToolset
21
-from google.adk.tools.mcp_tool.mcp_toolset import SseServerParams
22
23
_allowed_path = os.path.dirname(os.path.abspath(__file__))
24
0 commit comments