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 |
|---|---|
| searchDocs | Search developer documentation files (Markdown, MDX, text) in the workspace |
| searchSettings | Search configuration and settings files (JSON/JSONC) for keys or values |
| getConfig | Read a configuration file (JSON/JSONC/YAML/TOML) and optionally extract a specific key |
| setConfig | Update a configuration file by setting a value at a specific key path |
| listConfigs | List configuration files in the workspace matching specified patterns |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |