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 b0cd15e commit cb8e402Copy full SHA for cb8e402
pkg/kubernetes-mcp-server/cmd/root.go
@@ -29,8 +29,8 @@ Kubernetes Model Context Protocol (MCP) server
29
# start a SSE server on port 8080
30
kubernetes-mcp-server --sse-port 8080
31
32
- # start a SSE server on port 8080 with a public host of example.com
33
- kubernetes-mcp-server --sse-port 8080 --sse-public-host example.com
+ # start a SSE server on port 8443 with a public HTTPS host of example.com
+ kubernetes-mcp-server --sse-port 8443 --sse-base-url https://example.com:8443
34
35
# TODO: add more examples`,
36
Run: func(cmd *cobra.Command, args []string) {
0 commit comments