mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-14 01:41:25 -06:00
9 lines
151 B
Markdown
9 lines
151 B
Markdown
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
|
|
```
|
|
|