UNPKG

vibe-coder-mcp

Version:

Production-ready MCP server with complete agent integration, multi-transport support, and comprehensive development automation tools for AI-assisted workflows.

10 lines 364 B
export interface FeatureFlags { enhancedFunctionDetection: boolean; contextAnalysis: boolean; frameworkDetection: boolean; roleIdentification: boolean; heuristicNaming: boolean; memoryOptimization: boolean; } export declare function getFeatureFlags(config?: Record<string, unknown>): FeatureFlags; //# sourceMappingURL=featureFlags.d.ts.map