Skip to content

fix(financial-analysis): repair malformed .mcp.json#279

Open
rushyantm wants to merge 1 commit into
anthropics:mainfrom
rushyantm:fix-mcp-json
Open

fix(financial-analysis): repair malformed .mcp.json#279
rushyantm wants to merge 1 commit into
anthropics:mainfrom
rushyantm:fix-mcp-json

Conversation

@rushyantm

Copy link
Copy Markdown

Problem

plugins/vertical-plugins/financial-analysis/.mcp.json is not valid JSON, so the core connector config fails to parse and none of its 12 MCP connectors register.

Two defects in the tail of the file:

  • missing comma after the egnyte server object
  • the box object is never closed — its closing brace instead terminates mcpServers

python3 -c "import json; json.load(open('.../financial-analysis/.mcp.json'))" raises JSONDecodeError: Expecting ',' delimiter: line 47. The other four .mcp.json files in the repo parse fine.

Fix

Add the missing comma and close the box object. Two-line change; after it the file parses and exposes all 12 servers (daloopa … box).

🤖 Generated with Claude Code

Missing comma after egnyte server and unclosed box object caused the
connector config to fail JSON parsing, blocking all 12 MCP connectors.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.

1 participant