@gmo-internet/conoha-vps-mcp 0.4.1 → 0.5.0
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 +18 -15
- package/README.md +11 -6
- package/dist/index.js +174 -53
- package/package.json +16 -12
package/NOTICE
CHANGED
|
@@ -16,9 +16,12 @@ limitations under the License.
|
|
|
16
16
|
This product includes software developed by third parties:
|
|
17
17
|
|
|
18
18
|
|
|
19
|
+
BSD-2-Clause Licensed:
|
|
20
|
+
- json-schema-typed (8.0.2)
|
|
21
|
+
|
|
19
22
|
BSD-3-Clause Licensed:
|
|
20
23
|
- fast-uri (3.1.0)
|
|
21
|
-
- qs (6.14.
|
|
24
|
+
- qs (6.14.1)
|
|
22
25
|
|
|
23
26
|
ISC Licensed:
|
|
24
27
|
- inherits (2.0.4)
|
|
@@ -27,18 +30,19 @@ ISC Licensed:
|
|
|
27
30
|
- setprototypeof (1.2.0)
|
|
28
31
|
- which (2.0.2)
|
|
29
32
|
- wrappy (1.0.2)
|
|
30
|
-
- zod-to-json-schema (3.25.
|
|
33
|
+
- zod-to-json-schema (3.25.1)
|
|
31
34
|
|
|
32
35
|
MIT Licensed:
|
|
33
|
-
- @
|
|
36
|
+
- @hono/node-server (1.19.9)
|
|
37
|
+
- @modelcontextprotocol/sdk (1.25.2)
|
|
34
38
|
- accepts (2.0.0)
|
|
35
39
|
- ajv (8.17.1)
|
|
36
40
|
- ajv-formats (3.0.1)
|
|
37
|
-
- body-parser (2.2.
|
|
41
|
+
- body-parser (2.2.2)
|
|
38
42
|
- bytes (3.1.2)
|
|
39
43
|
- call-bind-apply-helpers (1.0.2)
|
|
40
44
|
- call-bound (1.0.4)
|
|
41
|
-
- content-disposition (1.0.
|
|
45
|
+
- content-disposition (1.0.1)
|
|
42
46
|
- content-type (1.0.5)
|
|
43
47
|
- cookie (0.7.2)
|
|
44
48
|
- cookie-signature (1.2.2)
|
|
@@ -59,7 +63,7 @@ MIT Licensed:
|
|
|
59
63
|
- express (5.2.1)
|
|
60
64
|
- express-rate-limit (7.5.1)
|
|
61
65
|
- fast-deep-equal (3.1.3)
|
|
62
|
-
- finalhandler (2.1.
|
|
66
|
+
- finalhandler (2.1.1)
|
|
63
67
|
- forwarded (0.2.0)
|
|
64
68
|
- fresh (2.0.0)
|
|
65
69
|
- function-bind (1.1.2)
|
|
@@ -68,9 +72,9 @@ MIT Licensed:
|
|
|
68
72
|
- gopd (1.2.0)
|
|
69
73
|
- has-symbols (1.1.0)
|
|
70
74
|
- hasown (2.0.2)
|
|
71
|
-
-
|
|
75
|
+
- hono (4.11.4)
|
|
72
76
|
- http-errors (2.0.1)
|
|
73
|
-
- iconv-lite (0.7.
|
|
77
|
+
- iconv-lite (0.7.2)
|
|
74
78
|
- ipaddr.js (1.9.1)
|
|
75
79
|
- is-promise (4.0.0)
|
|
76
80
|
- jose (6.1.3)
|
|
@@ -79,7 +83,7 @@ MIT Licensed:
|
|
|
79
83
|
- media-typer (1.1.0)
|
|
80
84
|
- merge-descriptors (2.0.0)
|
|
81
85
|
- mime-db (1.54.0)
|
|
82
|
-
- mime-types (3.0.
|
|
86
|
+
- mime-types (3.0.2)
|
|
83
87
|
- ms (2.1.3)
|
|
84
88
|
- negotiator (1.0.0)
|
|
85
89
|
- object-assign (4.1.1)
|
|
@@ -88,16 +92,15 @@ MIT Licensed:
|
|
|
88
92
|
- parseurl (1.3.3)
|
|
89
93
|
- path-key (3.1.1)
|
|
90
94
|
- path-to-regexp (8.3.0)
|
|
91
|
-
- pkce-challenge (5.0.
|
|
95
|
+
- pkce-challenge (5.0.1)
|
|
92
96
|
- proxy-addr (2.0.7)
|
|
93
97
|
- range-parser (1.2.1)
|
|
94
|
-
- raw-body (3.0.
|
|
98
|
+
- raw-body (3.0.2)
|
|
95
99
|
- require-from-string (2.0.2)
|
|
96
100
|
- router (2.2.0)
|
|
97
|
-
- safe-buffer (5.2.1)
|
|
98
101
|
- safer-buffer (2.1.2)
|
|
99
|
-
- send (1.2.
|
|
100
|
-
- serve-static (2.2.
|
|
102
|
+
- send (1.2.1)
|
|
103
|
+
- serve-static (2.2.1)
|
|
101
104
|
- shebang-command (2.0.0)
|
|
102
105
|
- shebang-regex (3.0.0)
|
|
103
106
|
- side-channel (1.1.0)
|
|
@@ -109,6 +112,6 @@ MIT Licensed:
|
|
|
109
112
|
- type-is (2.0.1)
|
|
110
113
|
- unpipe (1.0.0)
|
|
111
114
|
- vary (1.1.2)
|
|
112
|
-
- zod (4.
|
|
115
|
+
- zod (4.3.5)
|
|
113
116
|
|
|
114
117
|
For the full license text of these dependencies, please refer to their respective repositories or the node_modules directory.
|
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ Claude、GitHub Copilot、ClineなどのAIエージェントと連携するこ
|
|
|
35
35
|
|------|------|
|
|
36
36
|
| 🇯🇵 **完全日本語対応** | 完全日本語対応 「ConoHa VPS」のリソースを、日本語で直感的な操作が可能 |
|
|
37
37
|
| 🤖 **AI エージェントとの連携** | GitHub Copilot や Claude など、主要な AI エージェントと連携し、操作や構成の提案をサポート |
|
|
38
|
-
| 🔧 **包括的API** |
|
|
38
|
+
| 🔧 **包括的API** | サーバー・ボリューム・イメージ・セキュリティグループ・オブジェクトストレージ管理をサポート |
|
|
39
39
|
| 🐳 **クロスプラットフォーム** | Node.js および Dockerでの実行環境を提供 |
|
|
40
40
|
| 🛡️ **セキュリティ対策** | OpenStack 準拠のセキュリティ機能を装備 |
|
|
41
41
|
|
|
@@ -112,7 +112,6 @@ test-1という名前のサーバーにアタッチされているボリュー
|
|
|
112
112
|
### サーバー作成
|
|
113
113
|
|
|
114
114
|
```txt
|
|
115
|
-
サーバープラン一覧、イメージ一覧、ボリュームタイプ一覧を確認して、
|
|
116
115
|
Ubuntu 24.04でメモリ1GBのサーバーを、rootパスワード:vG7#kLp9zX!q、
|
|
117
116
|
ネームタグ:test-1、セキュリティグループ:defaultとして作ってください。
|
|
118
117
|
```
|
|
@@ -120,11 +119,9 @@ Ubuntu 24.04でメモリ1GBのサーバーを、rootパスワード:vG7#kLp9zX
|
|
|
120
119
|
### スタートアップスクリプトを利用したサーバー作成
|
|
121
120
|
|
|
122
121
|
```txt
|
|
123
|
-
サーバープラン一覧、イメージ一覧、ボリュームタイプ一覧を確認して、
|
|
124
122
|
Ubuntu 24.04でメモリ1GBのサーバーを、rootパスワード:vG7#kLp9zX!q、
|
|
125
123
|
ネームタグ:test、セキュリティグループ:defaultに加えて、SSHが使えるように作ってください。
|
|
126
|
-
|
|
127
|
-
利用できるようにセットアップしてください。
|
|
124
|
+
その際、VPS上でClaude Codeを利用できるようにしてください。
|
|
128
125
|
```
|
|
129
126
|
|
|
130
127
|
**⚠️ 注意: パスワードセキュリティに関する重要な警告**
|
|
@@ -142,6 +139,13 @@ Webサーバー用のセキュリティグループをweb-server-secgroupとい
|
|
|
142
139
|
HTTP(80番)とHTTPS(443番)のみを許可してください。
|
|
143
140
|
```
|
|
144
141
|
|
|
142
|
+
### オブジェクトストレージ
|
|
143
|
+
|
|
144
|
+
```
|
|
145
|
+
オブジェクトストレージの容量を200GBに設定をして、コンテナ名:mysite-dev、
|
|
146
|
+
オブジェクト名:index.html、アップロードファイル:path/to/fileでオブジェクトを作成してください。
|
|
147
|
+
```
|
|
148
|
+
|
|
145
149
|
## 📚 ドキュメント
|
|
146
150
|
|
|
147
151
|
### 対応プラットフォーム
|
|
@@ -150,7 +154,7 @@ HTTP(80番)とHTTPS(443番)のみを許可してください。
|
|
|
150
154
|
|
|
151
155
|
#### MCPサーバー実行環境
|
|
152
156
|
|
|
153
|
-
- ✅ Node.js
|
|
157
|
+
- ✅ Node.js v20以上
|
|
154
158
|
- ✅ Docker
|
|
155
159
|
- ✅ Linux / macOS / Windows
|
|
156
160
|
|
|
@@ -178,6 +182,7 @@ HTTP(80番)とHTTPS(443番)のみを許可してください。
|
|
|
178
182
|
| SSHキーペア | 作成 / 削除 |
|
|
179
183
|
| セキュリティグループ | 作成 / 削除 / 更新 |
|
|
180
184
|
| セキュリティグループルール | 作成 / 削除 |
|
|
185
|
+
| オブジェクトストレージ | 作成 / 削除 / 更新 |
|
|
181
186
|
|
|
182
187
|
📄 ツールごとの全機能一覧は[こちら](docs/tool.md)を参照してください。
|
|
183
188
|
|