Documentation
¶
Index ¶
- Constants
- func BuildDockerImage(ctx context.Context, agentFilePath, dockerImageName string, opts Options) error
- func PackageFileAsOCIToStore(filePath, artifactRef string, store *content.Store) (string, error)
- type Catalog
- type Config
- type Env
- type ImageConfig
- type MCPConfig
- type MCPServer
- type Options
- type Property
- type Secret
- type Server
- type Servers
Constants ¶
View Source
const DockerCatalogURL = "https://desktop.docker.com/mcp/catalog/v2/catalog.yaml"
Variables ¶
This section is empty.
Functions ¶
func BuildDockerImage ¶ added in v1.0.10
Types ¶
type ImageConfig ¶ added in v1.3.1
type ImageConfig struct {
Config Config `json:"config"`
}
type MCPServer ¶ added in v1.3.1
type MCPServer struct {
Image string `json:"image,omitempty" yaml:"image,omitempty"`
Command []string `json:"command,omitempty" yaml:"command,omitempty"`
Secrets []Secret `json:"secrets,omitempty" yaml:"secrets,omitempty"`
Env []Env `json:"env,omitempty" yaml:"env,omitempty"`
Config []MCPConfig `json:"config,omitempty" yaml:"config,omitempty"`
Volumes []string `json:"volumes,omitempty" yaml:"volumes,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.