Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Chia1104 • Uncategorized
An MCP server providing TypeScript language features like completions, definitions, and diagnostics.
Code completions and type information in TypeScript projects.
Navigate TypeScript code with go-to-definition and find-references features.
Diagnostics and signature help to assist with TypeScript code analysis.
tsserver-mcp-server is an early-stage MCP server built on the TypeScript Language Service that supports a single TypeScript project at a time. It offers tools such as code completions, go-to-definition, type info, diagnostics, and more, enabling AI or IDE clients to interact with TypeScript code efficiently. The server can operate in project mode for cross-file analysis or single-file mode for isolated file analysis without disk access.