UNPKG

mcp-ai-agent-guidelines

Version:

A comprehensive Model Context Protocol server providing advanced tools, resources, and prompts for implementing AI agent best practices

9 lines 454 B
import type { AnalysisType, DependencyInfo, PatternInfo, StructureInfo, SymbolInfo } from "./semantic-analyzer/index.js"; export declare function semanticCodeAnalyzer(args: unknown): Promise<import("./shared/error-handler.js").McpResponse | { content: { type: string; text: string; }[]; }>; export type { AnalysisType, DependencyInfo, PatternInfo, StructureInfo, SymbolInfo, }; //# sourceMappingURL=semantic-code-analyzer.d.ts.map