vscode-mcp-language-server

aaddrick/vscode-mcp-language-server

3.2

If you are the rightful owner of vscode-mcp-language-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

This document provides a comprehensive overview of the VSCode Language Server MCP Extension, which integrates VSCode's Language Server Protocol features with the Model Context Protocol for enhanced code analysis and manipulation.

Tools

Functions exposed to the LLM to take actions

vscode_ls_get_symbols

Get complete symbol outline of a file

vscode_ls_find_references

Find all references to a symbol

vscode_ls_rename

Safely rename symbols with reference tracking

vscode_ls_get_definition

Get definition location for a symbol

vscode_ls_get_hover

Get type information and documentation

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources