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 |
|---|---|
| extract-functions | Extract all function names from specified directory or files |
| extract-classes | Extract all class names from specified directory or files |
| extract-variables | Extract variable declarations from specified directory or files |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| code_refactor | Refactor code by replacing search pattern with replace pattern using regex |
| code_search | Search for code patterns using regex and return file locations with line numbers |