kubeview-mcp 1.4.5 β 1.4.7
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/CHANGELOG.md +12 -4
- package/README.md +5 -4
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.js +1 -1
- package/package.json +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,13 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
## [1.4.
|
|
10
|
+
## [1.4.7] - 2025-12-03
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- **Update README.md to enhance project description and add link to the article**
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## [1.4.6] - 2025-11-30
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
13
|
-
- **
|
|
14
|
-
|
|
15
|
-
|
|
19
|
+
- **Release v1.4.6**
|
|
20
|
+
|
|
21
|
+
## [1.4.5] - 2025-11-30
|
|
16
22
|
|
|
23
|
+
### Changed
|
|
24
|
+
- Version bump to 1.4.5
|
|
17
25
|
|
|
18
26
|
## [1.4.4] - 2025-11-30
|
|
19
27
|
|
package/README.md
CHANGED
|
@@ -4,17 +4,18 @@
|
|
|
4
4
|
[](https://nodejs.org/)
|
|
5
5
|
[](https://www.typescriptlang.org/)
|
|
6
6
|
|
|
7
|
-
**KubeView** is a read-only Model Context Protocol (MCP) server that enables AI agents (like Cursor, Claude
|
|
7
|
+
**KubeView** is a read-only Model Context Protocol (MCP) server that enables AI agents (like Cursor IDE, Claude Code CLI, Codex CLI, Gemini CLI, etc.) to inspect, diagnose, and debug Kubernetes clusters safely. It provides a comprehensive set of tools for Kubernetes, Helm, Argo Workflows, and Argo CD.
|
|
8
|
+
Learn more about the benefits of code mode and implementation in [Evicting MCP tool calls from your Kubernetes cluster](https://dev.to/mikhae1/evicting-mcp-tool-calls-from-your-kubernetes-cluster-428k).
|
|
8
9
|
|
|
9
10
|
---
|
|
10
11
|
|
|
11
12
|
## β¨ Features
|
|
12
13
|
|
|
14
|
+
- **π§ Code Mode**: Sandboxed TypeScript environment for complex reasoning and multi-step workflows.
|
|
13
15
|
- **π‘οΈ Read-Only & Safe**: Designed for production safety with zero write access and sensitive data masking.
|
|
14
|
-
- **βΈοΈ Kubernetes Integration**: List/get resources, fetch metrics, stream logs, execute commands, and diagnose network issues.
|
|
16
|
+
- **βΈοΈ Kubernetes Integration**: List/get resources, fetch metrics, stream logs and events, execute commands, and tools to diagnose network issues.
|
|
15
17
|
- **π¦ Helm Support**: Inspect releases, values, manifests, and history.
|
|
16
18
|
- **π Argo Ecosystem**: Manage Argo Workflows and Argo CD applications.
|
|
17
|
-
- **π§ Code Mode**: Sandboxed TypeScript environment for complex reasoning and multi-step workflows.
|
|
18
19
|
|
|
19
20
|
---
|
|
20
21
|
|
|
@@ -148,4 +149,4 @@ npm run command -- kube_list --namespace=default
|
|
|
148
149
|
|
|
149
150
|
## π License
|
|
150
151
|
|
|
151
|
-
MIT Β© [
|
|
152
|
+
MIT Β© [mikhae1](https://github.com/mikhae1/kubeview-mcp)
|
package/dist/src/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.4.
|
|
1
|
+
export declare const VERSION = "1.4.7";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/src/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kubeview-mcp",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.7",
|
|
4
4
|
"description": "Read-only MCP server enabling code-driven AI analysis of Kubernetes clusters",
|
|
5
5
|
"mcpName": "io.github.mikhae1/kubeview",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -38,11 +38,12 @@
|
|
|
38
38
|
"release:build": "npm run build",
|
|
39
39
|
"release:version": "node scripts/update-version.js",
|
|
40
40
|
"release": "npm run release:version && npm run release:qa && npm run release:build",
|
|
41
|
-
"publish:commit": "git commit -m 'Release v$(node -p \"require('./package.json').version\")'",
|
|
42
|
-
"publish:tag": "
|
|
43
|
-
"publish:
|
|
41
|
+
"publish:commit": "git commit -m 'Release v$(node -p \"require('./package.json').version\")' || echo 'Commit failed'",
|
|
42
|
+
"publish:tag": "VERSION=$(node -p \"require('./package.json').version\") && if git rev-parse \"v$VERSION\" >/dev/null 2>&1; then echo \"Tag v$VERSION already exists, skipping\"; else git tag \"v$VERSION\" && echo \"Tagged version v$VERSION\"; fi",
|
|
43
|
+
"publish:npm": "npm publish",
|
|
44
|
+
"publish:git": "git push origin master --tags",
|
|
44
45
|
"publish:mcp": "mcp-publisher login github && mcp-publisher publish server.json",
|
|
45
|
-
"publish": "npm run
|
|
46
|
+
"publish": "npm run publish:commit && npm run publish:npm && npm run publish:git && npm run publish:mcp"
|
|
46
47
|
},
|
|
47
48
|
"keywords": [
|
|
48
49
|
"kubernetes",
|