MCP-Typescribe
JSON →Answers questions about TypeScript APIs using TypeDoc JSON documentation.
Install
npx typedoc Tools · 9
- search_symbols Find symbols by name with optional filtering by kind
- get_symbol_details Get detailed information about a specific symbol
- list_members List methods and properties of a class or interface
- get_parameter_info Get information about function parameters
- find_implementations Find implementations of interfaces or subclasses
- search_by_return_type Find functions returning a specific type
- search_by_description Search in JSDoc comments
- get_type_hierarchy Show inheritance relationships
- find_usages Find where a type/function is used
Links
★ 45 GitHub stars