Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOPATH | No | Go workspace path | |
| GOCACHE | No | Go build cache directory | |
| GOMODCACHE | No | Go module cache directory | |
| SYMBOLS_JDTLS_PATH | No | Path to the Eclipse JDT Language Server installation | |
| SYMBOLS_ROSLYN_PATH | No | Path to the Roslyn Language Server installation | |
| SYMBOLS_PRELOAD_FILES | No | Semicolon-separated list of file paths to keep open for search functionality to work | |
| SYMBOLS_WORKSPACE_LOADER | No | Workspace loader type (e.g., 'roslyn') | |
| SYMBOLS_DIAGNOSTICS_STRATEGY | No | Strategy for handling diagnostics (e.g., 'push') |
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 | |