alexwohletz_language-server-mcp
0
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.
language-server-mcp MCP Server
A Model Context Protocol (MCP) server providing language support for code editing.
This is a TypeScript-based MCP server designed to enhance code editing experiences by providing features such as hover information, code completion, and diagnostics. It demonstrates core MCP concepts by providing:
- Language-specific tools for code analysis and manipulation
- Integration with the Model Context Protocol for seamless communication
Features
Language Support
- Provides hover information for symbols in code
- Offers code completion suggestions
- Reports diagnostic information (errors, warnings)
MCP Integration
- Implements the MCP protocol for communication with clients
- Exposes language features as MCP tools