fix(mcp): consolidate all MCP servers at marketplace root #319

Merged
lmiranda merged 1 commits from fix/consolidate-mcp-servers into development 2026-01-29 17:12:52 +00:00
Owner

Summary

  • Move all MCP server declarations from individual plugin .mcp.json files to a single .mcp.json at marketplace root
  • Fixes MCP loading failures where only one plugin's MCP would load (NetBox worked, others failed)
  • Removes redundant plugin-level .mcp.json files

Changes

  • Add .mcp.json at marketplace root declaring all 5 servers (gitea, netbox, viz-platform, data-platform, contract-validator)
  • Delete plugin-level .mcp.json files from projman, pr-review, cmdb-assistant, data-platform, viz-platform, contract-validator
  • Update CLAUDE.md to reflect new architecture

Test plan

  • Restart Claude Code session
  • Verify all 5 MCP servers load successfully
  • Test MCP tools from each server work

🤖 Generated with Claude Code

## Summary - Move all MCP server declarations from individual plugin `.mcp.json` files to a single `.mcp.json` at marketplace root - Fixes MCP loading failures where only one plugin's MCP would load (NetBox worked, others failed) - Removes redundant plugin-level `.mcp.json` files ## Changes - Add `.mcp.json` at marketplace root declaring all 5 servers (gitea, netbox, viz-platform, data-platform, contract-validator) - Delete plugin-level `.mcp.json` files from projman, pr-review, cmdb-assistant, data-platform, viz-platform, contract-validator - Update CLAUDE.md to reflect new architecture ## Test plan - [ ] Restart Claude Code session - [ ] Verify all 5 MCP servers load successfully - [ ] Test MCP tools from each server work 🤖 Generated with [Claude Code](https://claude.ai/code)
lmiranda added 1 commit 2026-01-29 17:12:28 +00:00
Move all MCP server declarations from individual plugin .mcp.json files
to a single .mcp.json at the marketplace root. This fixes MCP loading
failures where only one plugin's MCP would load.

- Add .mcp.json at marketplace root with all 5 servers
- Remove plugin-level .mcp.json files (projman, pr-review, cmdb-assistant,
  data-platform, viz-platform, contract-validator)
- Update CLAUDE.md to reflect new architecture

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit ce106ace8a into development 2026-01-29 17:12:52 +00:00
lmiranda deleted branch fix/consolidate-mcp-servers 2026-01-29 17:12:52 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#319