UNPKG

ts-project-indexer-mcp

Version:

A powerful MCP (Model Context Protocol) server that indexes and analyzes TypeScript/JavaScript projects, providing intelligent code exploration, dependency tracking, method discovery, and project structure analysis for AI assistants and development tools.

9 lines 319 B
#!/usr/bin/env node export declare const logger: { info: (message: string) => void; error: (message: string) => void; debug: (message: string) => void; operation: (operation: string, details?: string) => void; }; export declare const isLogEnabled: () => boolean; //# sourceMappingURL=mcp-server.d.ts.map