adk-python/contributing/samples/mcp_sse_agent
Liang Wu 433c423d35 chore: include contributing/ folder in autoformat.sh
Also formatted the files in that folder in this same commit.

PiperOrigin-RevId: 766885306
2025-06-03 17:20:52 -07:00
..
__init__.py feat: add sample mcp agent that connects to mcp server via sse endpoint directly 2025-05-18 17:00:03 -07:00
agent.py feat: add sample mcp agent that connects to mcp server via sse endpoint directly 2025-05-18 17:00:03 -07:00
filesystem_server.py chore: include contributing/ folder in autoformat.sh 2025-06-03 17:20:52 -07:00
README.md feat: add sample mcp agent that connects to mcp server via sse endpoint directly 2025-05-18 17:00:03 -07:00

This agent connects to a local MCP server via sse.

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

uv run filesystem_server.py