Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LMSPS_PWSH | No | PowerShell executable (default pwsh.exe, fallback powershell.exe) | pwsh.exe |
| LMSPS_LOGDIR | No | Log directory | <repo>/logs |
| LMSPS_TRIM_CHARS | No | Max characters returned to client | 500 |
| LMSPS_TIMEOUT_SEC | No | Per-call timeout in seconds | 30 |
| LMSPS_PWSH_FALLBACK | No | Override fallback exe if needed |
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 | |