@gmo-internet/conoha-vps-mcp 0.4.0 → 0.4.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/NOTICE +6 -8
- package/README.md +2 -5
- package/dist/index.js +39 -375
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gmo-internet/conoha-vps-mcp",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "日本語対応のConoHa VPS Model Context Protocol (MCP) サーバー",
|
|
5
5
|
"author": "GMO Internet",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -54,20 +54,20 @@
|
|
|
54
54
|
"inspector": "npx @modelcontextprotocol/inspector"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
57
|
+
"@modelcontextprotocol/sdk": "^1.24.3",
|
|
58
58
|
"zod": "^4.1.13"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@anthropic-ai/mcpb": "2.
|
|
62
|
-
"@biomejs/biome": "2.3.
|
|
63
|
-
"@types/node": "
|
|
64
|
-
"@vitest/coverage-v8": "4.0.
|
|
65
|
-
"esbuild": "0.27.
|
|
66
|
-
"tsx": "4.
|
|
61
|
+
"@anthropic-ai/mcpb": "2.1.2",
|
|
62
|
+
"@biomejs/biome": "2.3.8",
|
|
63
|
+
"@types/node": "^20.0.0",
|
|
64
|
+
"@vitest/coverage-v8": "4.0.15",
|
|
65
|
+
"esbuild": "0.27.1",
|
|
66
|
+
"tsx": "4.21.0",
|
|
67
67
|
"typescript": "5.9.3",
|
|
68
|
-
"vitest": "4.0.
|
|
68
|
+
"vitest": "4.0.15"
|
|
69
69
|
},
|
|
70
70
|
"engines": {
|
|
71
|
-
"node": ">=
|
|
71
|
+
"node": ">=20.0.0"
|
|
72
72
|
}
|
|
73
73
|
}
|