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
LogFile string
Port string
BindAddress string
SSEBaseUrl string
Kubeconfig string
Toolsets []string
ListOutput string
ReadOnly bool
DisableDestructive bool
Stateless bool
RequireOAuth bool
OAuthAudience string
AuthorizationURL string
SkipJWTVerification bool
CertificateAuthority string
ServerURL string
DisableMultiCluster bool
ClusterProvider string
TLSCert string
TLSKey string
RequireTLS bool
ConfigPath string
ConfigDir string
StaticConfig *config.StaticConfig
genericiooptions.IOStreams
// contains filtered or unexported fields
}
func NewMCPServerOptions ¶
func NewMCPServerOptions(streams genericiooptions.IOStreams) *MCPServerOptions
Click to show internal directories.
Click to hide internal directories.