fix(marketplace): remove integrates_with field (schema violation) #384

Merged
lmiranda merged 1 commits from fix/marketplace-schema-hotfix into development 2026-02-02 16:47:13 +00:00
Owner

Hotfix

Claude Code's marketplace schema does not support custom fields. The integrates_with field added in #382 causes marketplace load failure:

Invalid schema: plugins.9: Unrecognized key: "integrates_with", plugins.10: Unrecognized key: "integrates_with"

Changes

  • Removed integrates_with from data-platform plugin entry
  • Removed integrates_with from viz-platform plugin entry
  • Added "Reverted" section to CHANGELOG

Note

The validate_workflow_integration MCP tool remains functional - it reads from individual plugin.json files, not marketplace.json.

🤖 Generated with Claude Code

## Hotfix Claude Code's marketplace schema does not support custom fields. The `integrates_with` field added in #382 causes marketplace load failure: ``` Invalid schema: plugins.9: Unrecognized key: "integrates_with", plugins.10: Unrecognized key: "integrates_with" ``` ## Changes - Removed `integrates_with` from data-platform plugin entry - Removed `integrates_with` from viz-platform plugin entry - Added "Reverted" section to CHANGELOG ## Note The `validate_workflow_integration` MCP tool remains functional - it reads from individual plugin.json files, not marketplace.json. 🤖 Generated with [Claude Code](https://claude.ai/code)
lmiranda added the Type/Bug label 2026-02-02 16:46:47 +00:00
lmiranda added 1 commit 2026-02-02 16:46:47 +00:00
Claude Code's marketplace schema does not support custom fields.
The `integrates_with` field on data-platform and viz-platform caused:
"Invalid schema: plugins.9: Unrecognized key: integrates_with"

This reverts the schema extension while keeping the validate_workflow_integration
MCP tool functional (it reads from plugin.json files directly, not marketplace.json).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit 45510b44c0 into development 2026-02-02 16:47:13 +00:00
lmiranda deleted branch fix/marketplace-schema-hotfix 2026-02-02 16:47:13 +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#384