Files
adk-python/contributing/samples/mcp_streamablehttp_agent/README.md
T

9 lines
151 B
Markdown
Raw Normal View History

This agent connects to a local MCP server via sse.
To run this agent, start the local MCP server first by :
```bash
uv run filesystem_server.py
```