Skip to content

Fix malformed JSON in financial-analysis .mcp.json - #295

Open
Bruce762 wants to merge 1 commit into
anthropics:mainfrom
Bruce762:fix-financial-analysis-mcp-json
Open

Fix malformed JSON in financial-analysis .mcp.json#295
Bruce762 wants to merge 1 commit into
anthropics:mainfrom
Bruce762:fix-financial-analysis-mcp-json

Conversation

@Bruce762

Copy link
Copy Markdown

Summary

The box MCP server entry in plugins/vertical-plugins/financial-analysis/.mcp.json was malformed:

  • Missing comma after the preceding egnyte block
  • Missing its own closing brace, leaving the mcpServers object unclosed
  • Incorrect indentation

This made the file invalid JSON. This PR restores valid JSON and correct indentation.

Testing

  • python3 -c "import json; json.load(open(...))" → valid JSON
  • python3 scripts/check.py → OK — 80 file(s) checked, 0 issues

🤖 Generated with Claude Code

The Box MCP server entry was missing a comma after the preceding
egnyte block and lacked its closing brace, leaving the mcpServers
object unclosed. Restore valid JSON and correct indentation.

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