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_containers | List all Docker containers |
list_images | List all Docker images |
run_container | Run a Docker container |
stop_container | Stop a running Docker container |
remove_container | Remove a Docker container |
pull_image | Pull a Docker image from a registry |