Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_history_files | List all files that have local history entries in VS Code |
| get_file_history | Get the complete history for a specific file |
| get_history_entry | Get a specific history entry for a file |
| restore_from_history | Restore a file to a specific point in its local history |
| get_history_stats | Get statistics about the local history (total files, entries, etc.) |
| search_history_content | Search for specific content across all history entries |