Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
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 |
---|---|
list-pods | List Kubernetes pods in a namespace |
list-services | List Kubernetes services in a namespace |
list-deployments | List Kubernetes deployments in a namespace |
list-namespaces | List all Kubernetes namespaces |
describe-pod | Describe details of a Kubernetes pod |
get-logs | Get logs from a Kubernetes pod |
port-forward | Port forward a Kubernetes service to a local port |
scale-deployment | Scale a Kubernetes deployment to a specified number of replicas |
get-events | Get Kubernetes events for troubleshooting |