Versions in this module Expand all Collapse all v1 v1.8.0 Dec 5, 2025 Changes in this version + const AwaitingConfigurationPhase + const AwaitingIntegrationsPhase + const CompletedPhase + const ConfigGetTool + const ConfigInitTool + const ConfigProductEnabled + const ConfigProductNamespace + const ConfigProductProperties + const ConfigSettings + const DebugArg + const DeployToolName + const DeployingPhase + const DryRunArg + const EnabledArg + const ForceArg + const InstallerErrorPhase + const IntegrationListTool + const IntegrationScaffoldTool + const IntegrationStatusTool + const KeyArg + const NameArg + const NamesArg + const NotesToolName + const PropertiesArg + const ReadyToDeployPhase + const StatusToolName + const ValueArg + type NotesTool struct + func NewNotesTool(logger *slog.Logger, f *flags.Flags, kube *k8s.Kube, ...) *NotesTool + func (n *NotesTool) Init(s *server.MCPServer) + type StatusTool struct + func NewStatusTool(cm *config.ConfigMapManager, tb *resolver.TopologyBuilder, job *installer.Job) *StatusTool + func (s *StatusTool) Init(mcpServer *server.MCPServer) v1.7.0 Sep 23, 2025 Changes in this version + const NamespaceArg + const SettingsArg + type ConfigTools struct + func NewConfigTools(logger *slog.Logger, kube *k8s.Kube, cm *config.ConfigMapManager) (*ConfigTools, error) + func (c *ConfigTools) Init(s *server.MCPServer) + type DeployTools struct + func NewDeployTools(cm *config.ConfigMapManager, job *installer.Job, image string) *DeployTools + func (d *DeployTools) Init(s *server.MCPServer) + type IntegrationTools struct + func NewIntegrationTools(integrationCmd *cobra.Command) *IntegrationTools + func (i *IntegrationTools) Init(s *server.MCPServer) + type Interface interface + Init func(s *server.MCPServer)