language-server-mcp

language-server-mcp

3.5

If you are the rightful owner of language-server-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server providing language support for code editing.

get_hover

Get hover information for a position in a document. Takes languageId, filePath, content, line, and character as required parameters.

get_completions

Get completion suggestions for a position in a document. Takes languageId, filePath, content, line, and character as required parameters.

get_diagnostics

Get diagnostic information for a document. Takes languageId, filePath, and content as required parameters.