8000 chore: Update streamable http mcp example agent by copybara-service[bot] · Pull Request #1428 · google/adk-python · GitHub
[go: up one dir, main page]

Skip to content

chore: Update streamable http mcp example agent #1428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions contributing/samples/mcp_streamablehttp_agent/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
This agent connects to a local MCP server via sse.
This agent connects to a local MCP server via Streamable HTTP.

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

```bash
uv run filesystem_server.py
```

1 change: 0 additions & 1 deletion contributing/samples/mcp_streamablehttp_agent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from google.adk.agents.llm_agent import LlmAgent
from google.adk.tools.mcp_tool.mcp_session_manager import StreamableHTTPServerParams
from google.adk.tools.mcp_tool.mcp_toolset import MCPToolset
from google.adk.tools.mcp_tool.mcp_toolset import SseServerParams

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

Expand Down
0