get_hover
Retrieve detailed hover information for a specific position in a document, including context and definitions, based on file path, content, and project root for accurate language analysis.
Instructions
Get hover information for a position in a document
Input Schema
Name | Required | Description | Default |
---|---|---|---|
character | Yes | Zero-based character offset for hover position | |
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") | |
line | Yes | Zero-based line number for hover position | |
projectRoot | Yes | Important: Root directory of the project for resolving imports and node_modules where the tsconfig.json or jsconfig.json is located |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from language-server-mcp
Related Tools
- @sammcj/mcp-package-docs
- @lars-hagen/mcp-playwright-cdp
- @Automata-Labs-team/MCP-Server-Playwright
- @hrmeetsingh/mcp-browser-automation
- @robertheadley/chrome-debug-mcp