fix: correct marketplace.json schema for Claude Code compatibility #45

Merged
lmiranda merged 1 commits from fix/marketplace-schema into development 2026-01-21 01:57:49 +00:00
Owner

Summary

  • Fix mcpServers to use relative paths (./.mcp.json) instead of server names
  • Fix hooks to use relative paths (./hooks/hooks.json) instead of event names
  • Remove unsupported integrationFile field from all plugins

Problem

Claude Code 2.0.44 was rejecting the marketplace with schema validation errors.

Test plan

  • Run /plugin marketplace add on laptop and verify no schema errors
  • Verify plugins can be installed

🤖 Generated with Claude Code

## Summary - Fix `mcpServers` to use relative paths (`./.mcp.json`) instead of server names - Fix `hooks` to use relative paths (`./hooks/hooks.json`) instead of event names - Remove unsupported `integrationFile` field from all plugins ## Problem Claude Code 2.0.44 was rejecting the marketplace with schema validation errors. ## Test plan - [ ] Run `/plugin marketplace add` on laptop and verify no schema errors - [ ] Verify plugins can be installed 🤖 Generated with [Claude Code](https://claude.com/claude-code)
lmiranda added 1 commit 2026-01-21 01:56:26 +00:00
- mcpServers: use relative paths (./.mcp.json) instead of names
- hooks: use relative paths (./hooks/hooks.json) instead of event names
- Remove unsupported integrationFile field from all plugins

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit debb91aa7e into development 2026-01-21 01:57:49 +00:00
lmiranda deleted branch fix/marketplace-schema 2026-01-21 01:57:49 +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#45