feat: Initial commit
This commit is contained in:
16
tests/fixtures/test_claude.json
vendored
Normal file
16
tests/fixtures/test_claude.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user