Skip to main content
Glama
mdz-axo

PT-MCP (Paul Test Man Context Protocol)

by mdz-axo
analyze-codebase.d.ts724 B
/** * analyze_codebase tool implementation * * Performs comprehensive codebase analysis including: * - File structure and organization * - Language distribution * - Code metrics (LOC, complexity) * - Module/package structure * - Entry points identification */ interface AnalyzeCodebaseArgs { path: string; languages?: string[]; depth?: number; include_patterns?: string[]; exclude_patterns?: string[]; analysis_type?: "quick" | "standard" | "deep"; } /** * Analyze codebase */ export declare function analyzeCodebase(args: AnalyzeCodebaseArgs): Promise<{ content: Array<{ type: string; text: string; }>; }>; export {}; //# sourceMappingURL=analyze-codebase.d.ts.map

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mdz-axo/pt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server