- Add hooks declarations to 9 plugins missing them in marketplace.json - Change .mcp.json to use relative paths (portable across users) - Fix pr-review hook schema to use standard nested hooks structure - Fix token exposure in cmdb-assistant startup-check.sh (use curl -K) - Update version to 5.4.1 in marketplace.json, README.md - Fix CANONICAL-PATHS.md version (was incorrectly showing 5.5.0) All 12 plugins now have hooks properly registered. All validations pass. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
25 lines
513 B
JSON
25 lines
513 B
JSON
{
|
|
"mcpServers": {
|
|
"gitea": {
|
|
"command": "./mcp-servers/gitea/run.sh",
|
|
"args": []
|
|
},
|
|
"netbox": {
|
|
"command": "./mcp-servers/netbox/run.sh",
|
|
"args": []
|
|
},
|
|
"viz-platform": {
|
|
"command": "./mcp-servers/viz-platform/run.sh",
|
|
"args": []
|
|
},
|
|
"data-platform": {
|
|
"command": "./mcp-servers/data-platform/run.sh",
|
|
"args": []
|
|
},
|
|
"contract-validator": {
|
|
"command": "./mcp-servers/contract-validator/run.sh",
|
|
"args": []
|
|
}
|
|
}
|
|
}
|