MCP configuration

This commit is contained in:
Bruno Postle 2026-02-24 21:24:13 +00:00
parent 8da8b991ce
commit 6a7e6a5d84

9
.mcp.json Normal file
View file

@ -0,0 +1,9 @@
{
"mcpServers": {
"ifc": {
"type": "stdio",
"command": "python3",
"args": ["-m", "ifcmcp"]
}
}
}