Skip to content

Commit cb8e402

Browse files
committed
fix: missing update in CLI help
1 parent b0cd15e commit cb8e402

File tree

1 file changed

+2
-2
lines changed
  • pkg/kubernetes-mcp-server/cmd

1 file changed

+2
-2
lines changed

pkg/kubernetes-mcp-server/cmd/root.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Kubernetes Model Context Protocol (MCP) server
2929
# start a SSE server on port 8080
3030
kubernetes-mcp-server --sse-port 8080
3131
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
32+
# start a SSE server on port 8443 with a public HTTPS host of example.com
33+
kubernetes-mcp-server --sse-port 8443 --sse-base-url https://example.com:8443
3434
3535
# TODO: add more examples`,
3636
Run: func(cmd *cobra.Command, args []string) {

0 commit comments

Comments
 (0)