Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMCPServer ¶
func NewMCPServer(streams genericiooptions.IOStreams) *cobra.Command
Types ¶
type MCPServerOptions ¶
type MCPServerOptions struct { Version bool LogLevel int Port string SSEPort int HttpPort int SSEBaseUrl string Kubeconfig string Toolsets []string ListOutput string ReadOnly bool DisableDestructive bool RequireOAuth bool OAuthAudience string ValidateToken bool AuthorizationURL string CertificateAuthority string ServerURL string ConfigPath string StaticConfig *config.StaticConfig genericiooptions.IOStreams }
func NewMCPServerOptions ¶
func NewMCPServerOptions(streams genericiooptions.IOStreams) *MCPServerOptions
func (*MCPServerOptions) Run ¶
func (m *MCPServerOptions) Run() error
func (*MCPServerOptions) Validate ¶
func (m *MCPServerOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.