mcp-server-kubernetes 2.5.0 → 2.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -278,3 +278,22 @@ This will create a new tag which will trigger a new release build via the cd.yml
|
|
|
278
278
|
## Not planned
|
|
279
279
|
|
|
280
280
|
Adding clusters to kubectx.
|
|
281
|
+
|
|
282
|
+
## Star History
|
|
283
|
+
|
|
284
|
+
[](https://www.star-history.com/#Flux159/mcp-server-kubernetes&Date)
|
|
285
|
+
|
|
286
|
+
## 🖊️ Cite
|
|
287
|
+
|
|
288
|
+
If you find this repo useful, please cite:
|
|
289
|
+
|
|
290
|
+
```
|
|
291
|
+
@software{Patel_MCP_Server_Kubernetes_2024,
|
|
292
|
+
author = {Patel, Paras and Sonwalkar, Suyog},
|
|
293
|
+
month = jul,
|
|
294
|
+
title = {{MCP Server Kubernetes}},
|
|
295
|
+
url = {https://github.com/Flux159/mcp-server-kubernetes},
|
|
296
|
+
version = {2.5.0},
|
|
297
|
+
year = {2024}
|
|
298
|
+
}
|
|
299
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-server-kubernetes",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.1",
|
|
4
4
|
"description": "MCP server for interacting with Kubernetes clusters via kubectl",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -23,7 +23,8 @@
|
|
|
23
23
|
"test": "vitest run",
|
|
24
24
|
"prepublishOnly": "npm run build",
|
|
25
25
|
"dockerbuild": "docker buildx build -t flux159/mcp-server-kubernetes --platform linux/amd64,linux/arm64 --push .",
|
|
26
|
-
"chat": "npx mcp-chat --server \"./dist/index.js\""
|
|
26
|
+
"chat": "npx mcp-chat --server \"./dist/index.js\"",
|
|
27
|
+
"version:update": "node scripts/update-version.js"
|
|
27
28
|
},
|
|
28
29
|
"keywords": [
|
|
29
30
|
"mcp",
|