Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SKYSPARK_AUTH | No | Authentication method: 'scram' (default), 'token', or 'none' (for trusted networks) | scram |
| SKYSPARK_HOST | Yes | SkySpark server host address (e.g., 192.168.1.100) | |
| SKYSPARK_PORT | Yes | SkySpark server port (e.g., 8080) | |
| SKYSPARK_PROJECT | Yes | SkySpark project name (e.g., demo) | |
| SKYSPARK_PASSWORD | No | SkySpark password (for SCRAM) or pre-shared token (for token authentication) | |
| SKYSPARK_USERNAME | No | SkySpark username (required for SCRAM authentication) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |