Config file path relative to user home (optional)
@override String? get userConfigPath { final home = Platform.environment['HOME']; if (home == null) return null; return p.join(home, '.claude', 'mcp.json'); }