Files
kompas3d-mcp/plugin/.mcp.json
T

10 lines
236 B
JSON

{
"mcpServers": {
"kompas": {
"command": "powershell",
"args": ["-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass",
"-File", "${CLAUDE_PLUGIN_ROOT}/scripts/launch-kompas-mcp.ps1"]
}
}
}