Skip to content

Commit 24174ef

Browse files
committed
doc: clarify native behavior
1 parent e6f20fc commit 24174ef

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,14 @@ A powerful and flexible Kubernetes [Model Context Protocol (MCP)](https://blog.m
3535
- **Uninstall** a Helm release in the current or provided namespace.
3636

3737
Unlike other Kubernetes MCP server implementations, this **IS NOT** just a wrapper around `kubectl` or `helm` command-line tools.
38+
It is a **Go-based native implementation** that interacts directly with the Kubernetes API server.
3839

3940
There is **NO NEED** for external dependencies or tools to be installed on the system.
40-
If you're using the native binaries you don't even need to have Node or Python installed on your system.
41+
If you're using the native binaries you don't need to have Node or Python installed on your system.
42+
43+
- ✅ Lightweight: The server is distributed as a single native binary for Linux, macOS, and Windows.
44+
- ✅ High-Performance / Low-Latency: Directly interacts with the Kubernetes API server without the overhead of calling and waiting for external commands.
45+
- ✅ Cross-Platform: Available as a native binary for Linux, macOS, and Windows, as well as an npm package, a Python package, and container/Docker image.
4146

4247
## 🚀 Getting Started <a id="getting-started"></a>
4348

0 commit comments

Comments
 (0)