Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by carldaws • Uncategorized
An MCP server that bridges coding agents to Language Server Protocol capabilities.
Provide code navigation features like go-to-definition and find references.
Perform code inspection tasks such as hover information and signature help.
Support code refactoring and hierarchy exploration tools.
mclsp allows configuration of one or more LSP servers and exposes their features such as go-to-definition, find references, diagnostics, and rename as MCP tools. Servers start lazily on first use, avoiding startup costs for unused languages. It supports multiple languages and includes built-in extensions for Ruby and TypeScript LSP servers, enhancing functionality with custom methods.