Skip to content

fix: repair malformed .mcp.json + add JSON validation to check.py#275

Open
Mikl-t wants to merge 1 commit into
anthropics:mainfrom
Mikl-t:claude/epic-volta-pwcrm5
Open

fix: repair malformed .mcp.json + add JSON validation to check.py#275
Mikl-t wants to merge 1 commit into
anthropics:mainfrom
Mikl-t:claude/epic-volta-pwcrm5

Conversation

@Mikl-t

@Mikl-t Mikl-t commented Jun 16, 2026

Copy link
Copy Markdown

…check.py

The financial-analysis connector manifest was invalid JSON: a missing comma after the egnyte block and an unclosed box object left the file unparseable, so none of the 12 MCP connectors would load. Add the comma and close box.

check.py reported OK despite this because it never validated .mcp.json files. Add plugins/**/.mcp.json to the JSON-parse globs so malformed connector manifests are caught going forward.

…check.py

The financial-analysis connector manifest was invalid JSON: a missing comma
after the egnyte block and an unclosed box object left the file unparseable,
so none of the 12 MCP connectors would load. Add the comma and close box.

check.py reported OK despite this because it never validated .mcp.json files.
Add plugins/**/.mcp.json to the JSON-parse globs so malformed connector
manifests are caught going forward.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants