language-server-mcp

alexwohletz/language-server-mcp

3.4

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.

Tools

Functions exposed to the LLM to take actions

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.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources