mcp-ai-agent-guidelines
Version:
A comprehensive Model Context Protocol server providing advanced tools, resources, and prompts for implementing AI agent best practices
11 lines • 314 B
TypeScript
/**
* Structure Analysis Service
*
* Analyzes code structure and organization
*/
import type { StructureInfo } from "../types/index.js";
/**
* Analyze code structure
*/
export declare function analyzeStructure(code: string, language: string): StructureInfo[];
//# sourceMappingURL=structure-analysis.d.ts.map