fix(marketplace): remove integrates_with field (schema violation) #384
Reference in New Issue
Block a user
Delete Branch "fix/marketplace-schema-hotfix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hotfix
Claude Code's marketplace schema does not support custom fields. The
integrates_withfield added in #382 causes marketplace load failure:Changes
integrates_withfrom data-platform plugin entryintegrates_withfrom viz-platform plugin entryNote
The
validate_workflow_integrationMCP tool remains functional - it reads from individual plugin.json files, not marketplace.json.🤖 Generated with Claude Code