jerry426/token-saver-mcp
3.5
If you are the rightful owner of token-saver-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Token Saver MCP is a protocol server that bridges the gap between Language Server Protocol (LSP) and Model Context Protocol (MCP), optimizing AI code assistants by providing direct access to VSCode's code intelligence.
Tools
Functions exposed to the LLM to take actions
get_definition
Navigate to symbol definitions.
get_references
Locate all usages of a symbol.
get_hover
Access documentation and type information.
rename_symbol
Refactor symbols across the workspace.
search_text
Search for text patterns across all files.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client