mcp-adr-analysis-server
Version:
MCP server for analyzing Architectural Decision Records and project architecture
20 lines • 816 B
TypeScript
/**
* MCP Tool for environment context analysis
* Implements prompt-driven environment analysis and compliance assessment
* Enhanced with Generated Knowledge Prompting (GKP) for DevOps and infrastructure expertise
*/
/**
* Analyze environment context and provide optimization recommendations
* Enhanced with Generated Knowledge Prompting for DevOps and infrastructure expertise
*/
export declare function analyzeEnvironment(args: {
projectPath?: string;
adrDirectory?: string;
analysisType?: 'specs' | 'containerization' | 'requirements' | 'compliance' | 'comprehensive';
currentEnvironment?: any;
requirements?: any;
industryStandards?: string[];
knowledgeEnhancement?: boolean;
enhancedMode?: boolean;
}): Promise<any>;
//# sourceMappingURL=environment-analysis-tool.d.ts.map