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_wellknown_registries | List well-known public registries with catalog support. |
| list_repositories | List repositories of a container registry. |
| list_tags | List tags in a repository of a container registry. |
| list_referrers | List referrers of a container image or an OCI artifact. |
| fetch_manifest | Fetch manifest of a container image or an OCI artifact. |
| fetch_blob | Fetch blob referenced by a digest in a manifest. |
| parse_reference | Parse a reference string into its components of registry, repository, tag, and digest. |