pub fn parse_claude_code(contents: &str) -> Result<Vec<Candidate>>Expand description
Claude Code’s ~/.claude.json: a global mcpServers object plus a
per-project one under projects.<absolute path>.mcpServers.
Both are offered. A server configured for one repo is still a server the user set up and may want globally, and the project path rides along as the candidate’s scope so the wizard can say where each came from.