17 lines
437 B
JSON
17 lines
437 B
JSON
{
|
|
"mcpServers": {
|
|
"echo": {
|
|
"command": "/home/matteo/Gitted/Thesis/python-mcp-api/.venv/bin/python",
|
|
"args": [
|
|
"/home/matteo/Gitted/Thesis/python-mcp-api/tests/fixtures/echo_server.py"
|
|
]
|
|
},
|
|
"math": {
|
|
"command": "/home/matteo/Gitted/Thesis/python-mcp-api/.venv/bin/python",
|
|
"args": [
|
|
"/home/matteo/Gitted/Thesis/python-mcp-api/tests/fixtures/math_server.py"
|
|
]
|
|
}
|
|
}
|
|
}
|