P
code-scanner-server
The code-scanner-server is a CLI tool and MCP server built with TypeScript and Node.js that scans code files for definitions such as classes and functions. It respects .gitignore, provides line numbers, and outputs in LLM-friendly formats like XML and Markdown. Utilizing the Tree-sitter parsing library, it analyzes source code and extracts structural information, supporting multiple programming languages.
JavaScriptcode scanning+9+8