You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| config | View and manage the current local Kubernetes configuration (kubeconfig) | ✓ |
331
331
| core | Most common tools for Kubernetes management (Pods, Generic Resources, Events, etc.) | ✓ |
332
-
| helm | Tools for managing Helm charts and releases | ✓ |
333
332
| kiali | Most common tools for managing Kiali, check the [Kiali documentation](https://github.com/containers/kubernetes-mcp-server/blob/main/docs/KIALI.md) for more details. ||
-`name` (`string`) - Name of the Helm release (Optional, random name if not provided)
459
-
-`namespace` (`string`) - Namespace to install the Helm chart in (Optional, current namespace if not provided)
460
-
-`values` (`object`) - Values to pass to the Helm chart (Optional)
461
-
462
-
-**helm_list** - List all the Helm releases in the current or provided namespace (or in all namespaces if specified)
463
-
-`all_namespaces` (`boolean`) - If true, lists all Helm releases in all namespaces ignoring the namespace argument (Optional)
464
-
-`namespace` (`string`) - Namespace to list Helm releases from (Optional, all namespaces if not provided)
465
-
466
-
-**helm_uninstall** - Uninstall a Helm release in the current or provided namespace
467
-
-`name` (`string`) **(required)** - Name of the Helm release to uninstall
468
-
-`namespace` (`string`) - Namespace to uninstall the Helm release from (Optional, current namespace if not provided)
469
-
470
-
</details>
471
-
472
-
<details>
473
-
474
454
<summary>kiali</summary>
475
455
476
-
-**kiali_get_mesh_graph** - Returns the topology of a specific namespaces, health, status of the mesh and namespaces. Includes a mesh health summary overview with aggregated counts of healthy, degraded, and failing apps, workloads, and services. Use this for high-level overviews
477
-
-`graphType` (`string`) - Type of graph to return: 'versionedApp', 'app', 'service', 'workload', 'mesh'
456
+
-**kiali_mesh_graph** - Returns the topology of a specific namespaces, health, status of the mesh and namespaces. Includes a mesh health summary overview with aggregated counts of healthy, degraded, and failing apps, workloads, and services. Use this for high-level overviews
457
+
-`graphType` (`string`) - Optional type of graph to return: 'versionedApp', 'app', 'service', 'workload', 'mesh'
478
458
-`namespace` (`string`) - Optional single namespace to include in the graph (alternative to namespaces)
479
459
-`namespaces` (`string`) - Optional comma-separated list of namespaces to include in the graph
-**kiali_manage_istio_config** - Manages Istio configuration objects (Gateways, VirtualServices, etc.). Can list (objects and validations), get, create, patch, or delete objects
483
463
-`action` (`string`) **(required)** - Action to perform: list, get, create, patch, or delete
@@ -549,6 +529,26 @@ In case multi-cluster support is enabled (default) and you have access to multip
549
529
550
530
</details>
551
531
532
+
<details>
533
+
534
+
<summary>helm</summary>
535
+
536
+
-**helm_install** - Install a Helm chart in the current or provided namespace
0 commit comments