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 dce5f4f commit 714d2baCopy full SHA for 714d2ba
pkg/kubernetes-mcp-server/cmd/root.go
@@ -17,6 +17,10 @@ import (
17
"strings"
18
)
19
20
+import (
21
+ _ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
22
+)
23
+
24
var rootCmd = &cobra.Command{
25
Use: "kubernetes-mcp-server [command] [options]",
26
Short: "Kubernetes Model Context Protocol (MCP) server",
0 commit comments