mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
8 lines
162 B
Markdown
8 lines
162 B
Markdown
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
|
|
```
|