Bug Fixes
Global MCP Loading Fixed
- Default MCP type to stdio: MCPs without a
typefield inclaude.jsonwere silently failing to load. Claude Code defaults tostdiowhen type isn't specified, but our parser required it. Now correctly defaults tostdio. - Global MCPs now appear in Global Settings: Global MCPs from
~/.claude.jsonwere being added to the MCP Library but not showing in Global Settings. The scanner now properly imports global MCPs into the assignments table.
Technical Details
- Added
default = "default_mcp_type"serde attribute toClaudeJsonMcpServer.mcp_typefield - Added
scan_global_mcps_from_claude_json()function to scanner startup - Global MCPs are now scanned before project MCPs to ensure they appear in Global Settings