Locates the original definition of TypeScript symbols within a codebase, aiding AI code editors.
The Typescript Definition Finder is a Model Context Protocol (MCP) server designed to assist AI code editors in finding the original definitions of TypeScript symbols within a project. It excels at locating definitions of imported symbols, classes, interfaces, and functions, returning both the definition's location and the corresponding code snippet. Seamless integration with AI code editors is facilitated through a stdio interface, making it a valuable tool for developers seeking to enhance their AI-assisted coding experience.