get_diagnostics
Retrieve diagnostic insights for code files using Language Server Protocol by providing file content, path, and language identifier to enhance debugging and development workflows.
Instructions
Get diagnostic information for a document using Language Server Protocol
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | The current content of the file | |
filePath | Yes | Absolute or relative path to the source file | |
languageId | Yes | The language identifier (e.g., 'typescript', 'javascript') | |
projectRoot | No | Root directory of the project for resolving imports and node_modules |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MCP Package Docs Server
Related Tools
- @alexwohletz/language-server-mcp
- @admica/FileScopeMCP
- @yy1588133/code-merge-mcp
- @MasonChow/source-map-parser-mcp
- @getsentry/sentry-mcp