Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PATH | No | System PATH for Go binary access | %PATH% |
| DEBUG | No | Debug level for the server (e.g. '*' for all debug messages) | * |
| GOPATH | No | Go workspace directory | %USERPROFILE%\go |
| GOROOT | No | Go installation directory | %GOROOT% |
| GOCACHE | No | Directory for Go build cache | %LOCALAPPDATA%\go-build |
| LOCALAPPDATA | No | Local application data directory | %LOCALAPPDATA% |
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 | |