Files
letta-server/tests/mcp/mcp_config.json

12 lines
271 B
JSON

{
"mcpServers": {
"weather": {
"transport": "stdio",
"command": "/Users/mattzhou/letta-cloud/apps/core/tests/mcp/weather/venv/bin/python3",
"args": [
"/Users/mattzhou/letta-cloud/apps/core/tests/mcp/weather/weather.py"
]
}
}
}