- Add marketplace-lean.json (6 plugins) and marketplace-full.json (12 plugins) - Add .mcp-lean.json (gitea only) and .mcp-full.json (5 servers) - Create scripts/switch-profile.sh for easy profile switching - Update sprint-status.md with conditional skill loading - Set lean profile as default (~14k token savings) Lean profile includes: projman, git-flow, pr-review, clarity-assist, code-sentinel, doc-guardian 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": []
|
|
}
|
|
}
|
|
}
|