diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..b2418b1 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,9 @@ +{ + "mcpServers": { + "ifc": { + "type": "stdio", + "command": "python3", + "args": ["-m", "ifcmcp"] + } + } +}