fix(plugins): remove invalid mcp_servers key from plugin.json files #405

Merged
lmiranda merged 1 commits from fix/startup-hook-venv-cache-path into development 2026-02-03 07:14:24 +00:00
Owner

Summary

  • Removes the invalid mcp_servers key from 6 plugin.json files
  • This key is not part of the Claude plugin manifest schema
  • MCP servers are correctly configured in the root .mcp.json file

Affected Plugins

  • cmdb-assistant
  • contract-validator
  • data-platform
  • pr-review
  • projman
  • viz-platform

Test Plan

  • Plugins load without "Unrecognized key: mcp_servers" validation errors
  • Pre-commit validation passes

🤖 Generated with Claude Code

## Summary - Removes the invalid `mcp_servers` key from 6 plugin.json files - This key is not part of the Claude plugin manifest schema - MCP servers are correctly configured in the root `.mcp.json` file ## Affected Plugins - cmdb-assistant - contract-validator - data-platform - pr-review - projman - viz-platform ## Test Plan - [x] Plugins load without "Unrecognized key: mcp_servers" validation errors - [x] Pre-commit validation passes 🤖 Generated with [Claude Code](https://claude.ai/code)
lmiranda added 1 commit 2026-02-03 07:12:28 +00:00
The mcp_servers key is not a valid key in the Claude plugin manifest
schema. MCP servers are configured in the root .mcp.json file instead.

Affected plugins:
- cmdb-assistant
- contract-validator
- data-platform
- pr-review
- projman
- viz-platform

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda force-pushed fix/startup-hook-venv-cache-path from 8dc0b7b9b2 to dbf3fa7e0d 2026-02-03 07:13:50 +00:00 Compare
lmiranda merged commit c4037f505c into development 2026-02-03 07:14:24 +00:00
lmiranda deleted branch fix/startup-hook-venv-cache-path 2026-02-03 07:14:25 +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#405