We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c80cfe commit 7b9b59aCopy full SHA for 7b9b59a
pkg/kubernetes-mcp-server/cmd/root.go
@@ -40,6 +40,7 @@ Kubernetes Model Context Protocol (MCP) server
40
# TODO: add more examples`,
41
Run: func(cmd *cobra.Command, args []string) {
42
initLogging()
43
+ klog.V(5).Infof("Starting kubernetes-mcp-server")
44
if viper.GetBool("version") {
45
fmt.Println(version.Version)
46
return
0 commit comments