Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| planRenameSymbol | Compute edits to rename a TypeScript symbol at a specific position. Returns edit plans without modifying the filesystem. |
| planFileMove | Plan file move/rename with import path updates. Returns edit plans and file move suggestions without modifying the filesystem. |
| planDirectoryMove | Plan directory move with recursive import updates for all contained files. Returns edit plans and file move suggestions without modifying the filesystem. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |