simple-ifc/.mcp.json
2026-02-24 21:24:13 +00:00

9 lines
127 B
JSON

{
"mcpServers": {
"ifc": {
"type": "stdio",
"command": "python3",
"args": ["-m", "ifcmcp"]
}
}
}