2025-06-16 16:21:32 -07:00
|
|
|
This agent connects to a local MCP server via Streamable HTTP.
|
2025-05-28 14:32:42 -07:00
|
|
|
|
2025-12-16 22:44:32 -08:00
|
|
|
To run this agent, start the local MCP server first by:
|
2025-05-28 14:32:42 -07:00
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
uv run filesystem_server.py
|
|
|
|
|
```
|