github tylergraydev/claude-code-tool-manager v1.3.9
v1.3.9 - Fix Global MCP Loading

latest releases: v3.10.0, v3.9.1, v3.9.0...
5 months ago

Bug Fixes

Global MCP Loading Fixed

  • Default MCP type to stdio: MCPs without a type field in claude.json were silently failing to load. Claude Code defaults to stdio when type isn't specified, but our parser required it. Now correctly defaults to stdio.
  • Global MCPs now appear in Global Settings: Global MCPs from ~/.claude.json were 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 to ClaudeJsonMcpServer.mcp_type field
  • 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

Full Changelog

v1.3.8...v1.3.9

Don't miss a new claude-code-tool-manager release

NewReleases is sending notifications on new releases.