language-server-mcp

language-server-mcp

23

The language-server-mcp is a TypeScript-based MCP server designed to enhance the coding experience with features such as hover information, code completion, and diagnostics, particularly for TypeScript and potentially other languages. It integrates seamlessly with the Model Context Protocol for efficient communication with client applications.

get_hover

Get hover information at a certain position in the document

get_completions

Get complete suggestions for a location in the document

get_diagnostics

Get diagnostic information for documents