refactor(helm): adapt Helm contribution to project structure

This commit is contained in:
Marc Nuri
2025-05-09 18:49:00 +02:00
parent 34eabdef13
commit b4928f8230
12 changed files with 236 additions and 207 deletions

View File

@@ -28,6 +28,8 @@ A powerful and flexible Kubernetes [Model Context Protocol (MCP)](https://blog.m
- **✅ Namespaces**: List Kubernetes Namespaces.
- **✅ Events**: View Kubernetes events in all namespaces or in a specific namespace.
- **✅ Projects**: List OpenShift Projects.
- **☸️ Helm**:
- **List** Helm releases in all namespaces or in a specific namespace.
Unlike other Kubernetes MCP server implementations, this **IS NOT** just a wrapper around `kubectl` or `helm` command-line tools.