Loading...
npx typedoc{
"mcpServers": {
"typescribe": {
"command": "npx",
"args": [
"-y",
"mcp-typescribe@latest",
"run-server",
"<PATH_TO_API_DOT_JSON>"
],
"env": {}
}
}
}search_symbolsFinds symbols by name, optionally filtering by kind.
Read-only search operation.
get_symbol_detailsRetrieves detailed information about a specific symbol.
Read-only access to symbol details.
list_membersLists methods and properties of a class or interface.
Read-only listing of members.
get_parameter_infoProvides information about function parameters.
Read-only access to parameter information.
find_implementationsFinds implementations of interfaces or subclasses.
Read-only search for implementations.
search_by_return_typeFinds functions returning a specific type.
Read-only search by return type.
search_by_descriptionSearches in JSDoc comments.
Read-only search within descriptions.
get_type_hierarchyShows inheritance relationships.
Read-only display of type hierarchy.
find_usagesFinds where a type/function is used.
Read-only search for usages.
MCP-Typescribe is generally safe as it primarily provides read-only access to API documentation. However, ensure the TypeDoc JSON source is trusted and the server is properly secured to prevent unauthorized access to potentially sensitive information.