Files
2026-06-10 15:46:20 +04:00

11 lines
219 B
JSON

{
"servers": {
"elmer-server": {
"type": "stdio",
"command": "python3",
"args": [
"/home/naeel/elmer/.vscode/mcp_server.py"
]
}
}
}