Documentation
¶
Index ¶
- Constants
- Variables
- func BuildPlatformMCPServer(ctx context.Context, registryService service.RegistryService, ...) (*platformtypes.MCPServer, error)
- func EnvMapToStringSlice(envMap map[string]string) []string
- func GenerateInternalNameForDeployment(name, deploymentID string) string
- func ResolveAgent(ctx context.Context, registryService service.RegistryService, ...) (*platformtypes.ResolvedAgentConfig, error)
- func TranslateMCPServer(ctx context.Context, req *MCPServerRunRequest) (*platformtypes.MCPServer, error)
- func ValidateDeploymentRequest(deployment *models.Deployment, allowExisting bool) error
- type MCPServerRunRequest
- type RegistryConfig
Constants ¶
View Source
const DefaultLocalAgentPort uint16 = 8080
Variables ¶
View Source
var ErrDeploymentNotSupported = errors.New("deployment operation is not supported for this provider platform type")
Functions ¶
func BuildPlatformMCPServer ¶
func BuildPlatformMCPServer( ctx context.Context, registryService service.RegistryService, deployment *models.Deployment, namespace string, ) (*platformtypes.MCPServer, error)
func EnvMapToStringSlice ¶
func ResolveAgent ¶
func ResolveAgent( ctx context.Context, registryService service.RegistryService, deployment *models.Deployment, namespace string, ) (*platformtypes.ResolvedAgentConfig, error)
func TranslateMCPServer ¶
func TranslateMCPServer(ctx context.Context, req *MCPServerRunRequest) (*platformtypes.MCPServer, error)
func ValidateDeploymentRequest ¶
func ValidateDeploymentRequest(deployment *models.Deployment, allowExisting bool) error
Types ¶
type MCPServerRunRequest ¶
type RegistryConfig ¶
func GetRegistryConfig ¶
Click to show internal directories.
Click to hide internal directories.