@dockndevai/mcp-kubernetes 0.1.1 → 0.1.2
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/dist/server.js +1 -1
- package/package.json +2 -2
package/dist/server.js
CHANGED
|
@@ -11,7 +11,7 @@ export function buildServer(config) {
|
|
|
11
11
|
const policy = new SecurityPolicy(config.security);
|
|
12
12
|
const client = new K8sClient(config.connection);
|
|
13
13
|
const ctx = { client, policy };
|
|
14
|
-
const server = new McpServer({ name: "mcp-kubernetes", version: "0.1.
|
|
14
|
+
const server = new McpServer({ name: "mcp-kubernetes", version: "0.1.2" });
|
|
15
15
|
const enabled = [];
|
|
16
16
|
for (const tool of ALL_TOOLS) {
|
|
17
17
|
if (!policy.isCapabilityEnabled(tool.capability))
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dockndevai/mcp-kubernetes",
|
|
3
3
|
"mcpName": "io.github.dockndevai/mcp-kubernetes",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.2",
|
|
5
5
|
"description": "Model Context Protocol server for Kubernetes — multi-cluster access with security modes and access-control flags.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@kubernetes/client-node": "^1.0.0",
|
|
46
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
46
|
+
"@modelcontextprotocol/sdk": "^1.30.0",
|
|
47
47
|
"zod": "^3.23.8"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|