MCPVault

get_diagnostics

MCP tool from Cclsp by ktnyt

Get language diagnostics (errors, warnings, hints) for a file. Uses LSP textDocument/diagnostic to pull current diagnostics.

How to use it

get_diagnostics is exposed by the Cclsp MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get_diagnostics tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Cclsp

$npx cclsp@latest setup
FULL CCLSP LISTING