Documentation
¶
Overview ¶
Package retriever contains logic for fetching or building MCP servers.
Index ¶
Constants ¶
View Source
const ( // VerifyImageWarn prints a warning when image validation fails. VerifyImageWarn = "warn" // VerifyImageEnabled treats validation failure as a fatal error. VerifyImageEnabled = "enabled" // VerifyImageDisabled turns off validation. VerifyImageDisabled = "disabled" )
Variables ¶
View Source
var ( // ErrBadProtocolScheme is returned when the provided serverOrImage is not a valid protocol scheme. ErrBadProtocolScheme = errors.New("invalid protocol scheme provided for MCP server") // ErrImageNotFound is returned when the specified image is not found in the registry. ErrImageNotFound = errors.New("image not found in registry, please check the image name or tag") // ErrInvalidRunConfig is returned when the run configuration built by RunConfigBuilder is invalid ErrInvalidRunConfig = errors.New("invalid run configuration provided") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.