|
101 | 101 | - `delete` - Delete a jumphost created by `osdctl jumphost create` |
102 | 102 | - `mc` - |
103 | 103 | - `list` - List ROSA HCP Management Clusters |
| 104 | +- `mcp` - Start osdctl in MCP server mode |
104 | 105 | - `network` - network related utilities |
105 | 106 | - `packet-capture` - Start packet capture |
106 | 107 | - `verify-egress` - Verify an AWS OSD/ROSA cluster can reach all required external URLs necessary for full support. |
@@ -3026,6 +3027,32 @@ osdctl mc list [flags] |
3026 | 3027 | -S, --skip-version-check skip checking to see if this is the most recent release |
3027 | 3028 | ``` |
3028 | 3029 |
|
| 3030 | +### osdctl mcp |
| 3031 | + |
| 3032 | +Start osdctl as model-context-protocol server for integration with AI assistants. |
| 3033 | + |
| 3034 | +``` |
| 3035 | +osdctl mcp [flags] |
| 3036 | +``` |
| 3037 | + |
| 3038 | +#### Flags |
| 3039 | + |
| 3040 | +``` |
| 3041 | + --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. |
| 3042 | + --cluster string The name of the kubeconfig cluster to use |
| 3043 | + --context string The name of the kubeconfig context to use |
| 3044 | + -h, --help help for mcp |
| 3045 | + --http Use an HTTP server instead of stdio |
| 3046 | + --insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure |
| 3047 | + --kubeconfig string Path to the kubeconfig file to use for CLI requests. |
| 3048 | + -o, --output string Valid formats are ['', 'json', 'yaml', 'env'] |
| 3049 | + --port int HTTP Server port to use when running in HTTP mode (default 8080) |
| 3050 | + --request-timeout string The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0") |
| 3051 | + -s, --server string The address and port of the Kubernetes API server |
| 3052 | + --skip-aws-proxy-check aws_proxy Don't use the configured aws_proxy value |
| 3053 | + -S, --skip-version-check skip checking to see if this is the most recent release |
| 3054 | +``` |
| 3055 | + |
3029 | 3056 | ### osdctl network |
3030 | 3057 |
|
3031 | 3058 | network related utilities |
|
0 commit comments