Description
When running the installer with global scope for Claude, the script writes MCP config to ~/.claude/mcp.json.
However, current Claude Code MCP documentation indicates user/global MCP config should be stored in ~/.claude.json.
Current Behavior
In install.sh, Claude global path is currently:
write_mcp_json "$HOME/.claude/mcp.json"
(see install.sh, around line 820)
Expected Behavior
For Claude global/user scope, installer should write/merge MCP config into ~/.claude.json.