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>['.opencode'],
    'files': <String>['.opencode/mcp_config.json'],
  };
}