nim-libplum/.mcp.json
2026-06-05 10:06:06 +04:00

10 lines
126 B
JSON

{
"mcpServers": {
"nim": {
"type": "stdio",
"command": "nimlangserver",
"args": ["--mcp"]
}
}
}