{ "mcpServers": { "@skepsun/pi-loom": { "type": "stdio", "command": "sh", "args": [ "-c", "_P=\"${PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT:-}}\"; if command -v pi-loom >/dev/null 2>&1; then exec pi-loom; elif [ -n \"$_P\" ] && [ -f \"$_P/../dist/mcp-server.js\" ]; then exec node \"$_P/../dist/mcp-server.js\"; else exec node ./dist/mcp-server.js; fi" ] } } }