文件历史

提交图

2 次代码提交

作者 SHA1 备注 提交日期
Ujjal Bhattacharjee c7948cf062 fix: wrap .mcp.json config in mcpServers key (#1246)
## Summary
- The `.mcp.json` file was missing the required `mcpServers` wrapper
key, causing MCP clients (e.g., Claude Code) to fail parsing with a
schema validation error.
- Wraps the existing config inside `mcpServers` to match the expected
MCP configuration schema.

## Test plan
- [x] Run `claude /doctor` — config parse error is resolved

🤖 Generated with [Claude Code](https://claude.com/claude-code)
2026-03-30 10:45:23 +00:00
Alex Rudenko a781da4434 docs: add MCP config for Claude plugin + docs (#944)
Instructions tested locally.
2026-02-13 08:17:26 +00:00