alexwohletz_language-server-mcp

alexwohletz_language-server-mcp

2.2

language-server-mcp is a TypeScript-based Model Context Protocol server aimed at improving code editing by offering language-specific tools like hover information, code completion, and diagnostics. It integrates with the MCP protocol to provide seamless client communication.

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