8000 chore: Update streamable http mcp example agent · google/adk-python@64b9e94 · GitHub
[go: up one dir, main page]

Skip to content

Commit 64b9e94

Browse files
seanzhougooglecopybara-github
authored andcommitted
chore: Update streamable http mcp example agent
PiperOrigin-RevId: 771801351
1 parent a4d432a commit 64b9e94

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
This agent connects to a local MCP server via sse.
1+
This agent connects to a local MCP server via Streamable HTTP.
22

33
To run this agent, start the local MCP server first by :
44

55
```bash
66
uv run filesystem_server.py
77
```
8-

contributing/samples/mcp_streamablehttp_agent/agent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from google.adk.agents.llm_agent import LlmAgent
1919
from google.adk.tools.mcp_tool.mcp_session_manager import StreamableHTTPServerParams
2020
from google.adk.tools.mcp_tool.mcp_toolset import MCPToolset
21-
from google.adk.tools.mcp_tool.mcp_toolset import SseServerParams
2221

2322
_allowed_path = os.path.dirname(os.path.abspath(__file__))
2423

0 commit comments

Comments
 (0)
0