projectDetectionConfig method
Get detection config for project-specific detection
Implementation
@override
Map<String, dynamic> projectDetectionConfig() {
return {
'paths': <String>['.mcp.json'],
'files': <String>['.mcp.json', 'CLAUDE.md'],
};
}