Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CSS_SERVER | No | Custom configuration for CSS language server in JSON format | |
ENABLE_LSP | No | Enable Language Server Protocol support | false |
HTML_SERVER | No | Custom configuration for HTML language server in JSON format | |
JSON_SERVER | No | Custom configuration for JSON language server in JSON format | |
TYPESCRIPT_SERVER | No | Custom configuration for TypeScript language server in JSON format. Example: {"command":"/custom/path/typescript-language-server","args":["--stdio"]} |
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 |
---|---|
No tools |