projectDetectionConfig method

  1. @override
Map<String, dynamic> projectDetectionConfig()
override

Get detection config for project-specific detection

Implementation

@override
Map<String, dynamic> projectDetectionConfig() {
  return {
    'paths': <String>['.mcp.json'],
    'files': <String>['.mcp.json', 'CLAUDE.md'],
  };
}