Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HOST | No | Server host | 0.0.0.0 |
PORT | No | Server port | 3000 |
LOG_FILE | No | Log file path (optional) | |
LOG_LEVEL | No | Log level (error, warn, info, debug, verbose) | info |
JWT_SECRET | No | JWT secret key for authentication | |
KUBECONFIG | No | Path to your kubeconfig file | |
LOG_FORMAT | No | Log format (combined, json, simple) | |
LOG_CONSOLE | No | Enable console logging | true |
AUTH_ENABLED | No | Enable authentication | true |
K8S_NAMESPACE | No | Default Kubernetes namespace | default |
JWT_EXPIRES_IN | No | JWT token expiration time | 24h |
K8S_IN_CLUSTER | No | Whether running inside Kubernetes cluster | false |
MCP_AUTH_TOKEN | No | MCP authentication token for client integration | |
MCP_SERVER_URL | No | MCP server URL for client integration |
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 |