@futuretea/rancher-mcp-server 0.4.0 → 0.4.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 +2 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -110,7 +110,7 @@ npx @futuretea/rancher-mcp-server@latest --help
|
|
|
110
110
|
| `--config` | Config file path (YAML) | |
|
|
111
111
|
| `--port` | Port for HTTP/SSE mode (0 = stdio mode) | `0` |
|
|
112
112
|
| `--sse-base-url` | Public base URL for SSE endpoint | |
|
|
113
|
-
| `--log-level` | Log level (0-9) | `
|
|
113
|
+
| `--log-level` | Log level (0-9) | `5` |
|
|
114
114
|
| `--rancher-server-url` | Rancher server URL | |
|
|
115
115
|
| `--rancher-token` | Rancher bearer token | |
|
|
116
116
|
| `--rancher-access-key` | Rancher access key | |
|
|
@@ -131,7 +131,7 @@ Create `config.yaml`:
|
|
|
131
131
|
```yaml
|
|
132
132
|
port: 0 # 0 for stdio, or set a port like 8080 for HTTP/SSE
|
|
133
133
|
|
|
134
|
-
log_level:
|
|
134
|
+
log_level: 5
|
|
135
135
|
|
|
136
136
|
rancher_server_url: https://your-rancher-server.com
|
|
137
137
|
rancher_token: your-bearer-token
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@futuretea/rancher-mcp-server",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Model Context Protocol (MCP) server for Rancher multi-cluster management",
|
|
5
5
|
"main": "./bin/index.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"rancher-mcp-server": "bin/index.js"
|
|
8
8
|
},
|
|
9
9
|
"optionalDependencies": {
|
|
10
|
-
"@futuretea/rancher-mcp-server-darwin-amd64": "0.4.
|
|
11
|
-
"@futuretea/rancher-mcp-server-darwin-arm64": "0.4.
|
|
12
|
-
"@futuretea/rancher-mcp-server-linux-amd64": "0.4.
|
|
13
|
-
"@futuretea/rancher-mcp-server-linux-arm64": "0.4.
|
|
14
|
-
"@futuretea/rancher-mcp-server-windows-amd64": "0.4.
|
|
15
|
-
"@futuretea/rancher-mcp-server-windows-arm64": "0.4.
|
|
10
|
+
"@futuretea/rancher-mcp-server-darwin-amd64": "0.4.1",
|
|
11
|
+
"@futuretea/rancher-mcp-server-darwin-arm64": "0.4.1",
|
|
12
|
+
"@futuretea/rancher-mcp-server-linux-amd64": "0.4.1",
|
|
13
|
+
"@futuretea/rancher-mcp-server-linux-arm64": "0.4.1",
|
|
14
|
+
"@futuretea/rancher-mcp-server-windows-amd64": "0.4.1",
|
|
15
|
+
"@futuretea/rancher-mcp-server-windows-arm64": "0.4.1"
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|