Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RPC_URL | No | MCP server URL | http://127.0.0.1:5050/rpc |
| SERVICE | No | Default service name | checkout |
| NAMESPACE | No | Default K8s namespace | default |
| KUBECONFIG | No | Path to your kubeconfig file | |
| SINCE_MINS | No | Time window for queries | 120 |
| OPENAI_MODEL | No | Model to use | gpt-4o-mini |
| OPENAI_API_KEY | No | OpenAI API key for LLM features |
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 | |