@gmo-internet/conoha-vps-mcp 0.5.1 → 0.6.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 +26 -20
- package/README.md +19 -5
- package/dist/index.js +15397 -391
- package/dist/ui/src/apps/ui/mcp-app.html +135 -0
- package/package.json +35 -18
package/NOTICE
CHANGED
|
@@ -20,8 +20,8 @@ BSD-2-Clause Licensed:
|
|
|
20
20
|
- json-schema-typed (8.0.2)
|
|
21
21
|
|
|
22
22
|
BSD-3-Clause Licensed:
|
|
23
|
-
- fast-uri (3.1.
|
|
24
|
-
- qs (6.15.
|
|
23
|
+
- fast-uri (3.1.2)
|
|
24
|
+
- qs (6.15.2)
|
|
25
25
|
|
|
26
26
|
ISC Licensed:
|
|
27
27
|
- inherits (2.0.4)
|
|
@@ -30,23 +30,25 @@ ISC Licensed:
|
|
|
30
30
|
- setprototypeof (1.2.0)
|
|
31
31
|
- which (2.0.2)
|
|
32
32
|
- wrappy (1.0.2)
|
|
33
|
-
- zod-to-json-schema (3.25.
|
|
33
|
+
- zod-to-json-schema (3.25.2)
|
|
34
34
|
|
|
35
35
|
MIT Licensed:
|
|
36
|
-
- @hono/node-server (1.19.
|
|
37
|
-
- @modelcontextprotocol/
|
|
36
|
+
- @hono/node-server (1.19.14)
|
|
37
|
+
- @modelcontextprotocol/ext-apps (1.7.2)
|
|
38
|
+
- @modelcontextprotocol/sdk (1.29.0)
|
|
39
|
+
- @standard-schema/spec (1.1.0)
|
|
38
40
|
- accepts (2.0.0)
|
|
39
|
-
- ajv (8.
|
|
41
|
+
- ajv (8.20.0)
|
|
40
42
|
- ajv-formats (3.0.1)
|
|
41
43
|
- body-parser (2.2.2)
|
|
42
44
|
- bytes (3.1.2)
|
|
43
45
|
- call-bind-apply-helpers (1.0.2)
|
|
44
46
|
- call-bound (1.0.4)
|
|
45
|
-
- content-disposition (1.0
|
|
47
|
+
- content-disposition (1.1.0)
|
|
46
48
|
- content-type (1.0.5)
|
|
47
49
|
- cookie (0.7.2)
|
|
48
50
|
- cookie-signature (1.2.2)
|
|
49
|
-
- cors (2.8.
|
|
51
|
+
- cors (2.8.6)
|
|
50
52
|
- cross-spawn (7.0.6)
|
|
51
53
|
- debug (4.4.3)
|
|
52
54
|
- depd (2.0.0)
|
|
@@ -55,13 +57,13 @@ MIT Licensed:
|
|
|
55
57
|
- encodeurl (2.0.0)
|
|
56
58
|
- es-define-property (1.0.1)
|
|
57
59
|
- es-errors (1.3.0)
|
|
58
|
-
- es-object-atoms (1.1.
|
|
60
|
+
- es-object-atoms (1.1.2)
|
|
59
61
|
- escape-html (1.0.3)
|
|
60
62
|
- etag (1.8.1)
|
|
61
63
|
- eventsource (3.0.7)
|
|
62
|
-
- eventsource-parser (3.0
|
|
64
|
+
- eventsource-parser (3.1.0)
|
|
63
65
|
- express (5.2.1)
|
|
64
|
-
- express-rate-limit (8.
|
|
66
|
+
- express-rate-limit (8.5.2)
|
|
65
67
|
- fast-deep-equal (3.1.3)
|
|
66
68
|
- finalhandler (2.1.1)
|
|
67
69
|
- forwarded (0.2.0)
|
|
@@ -71,14 +73,13 @@ MIT Licensed:
|
|
|
71
73
|
- get-proto (1.0.1)
|
|
72
74
|
- gopd (1.2.0)
|
|
73
75
|
- has-symbols (1.1.0)
|
|
74
|
-
- hasown (2.0.
|
|
75
|
-
- hono (4.12.
|
|
76
|
+
- hasown (2.0.3)
|
|
77
|
+
- hono (4.12.23)
|
|
76
78
|
- http-errors (2.0.1)
|
|
77
79
|
- iconv-lite (0.7.2)
|
|
78
|
-
- ip-address (10.
|
|
80
|
+
- ip-address (10.2.0)
|
|
79
81
|
- ipaddr.js (1.9.1)
|
|
80
|
-
-
|
|
81
|
-
- jose (6.1.3)
|
|
82
|
+
- jose (6.2.3)
|
|
82
83
|
- json-schema-traverse (1.0.0)
|
|
83
84
|
- math-intrinsics (1.1.0)
|
|
84
85
|
- media-typer (1.1.0)
|
|
@@ -92,27 +93,32 @@ MIT Licensed:
|
|
|
92
93
|
- on-finished (2.4.1)
|
|
93
94
|
- parseurl (1.3.3)
|
|
94
95
|
- path-key (3.1.1)
|
|
95
|
-
- path-to-regexp (8.
|
|
96
|
+
- path-to-regexp (8.4.2)
|
|
96
97
|
- pkce-challenge (5.0.1)
|
|
97
98
|
- proxy-addr (2.0.7)
|
|
98
99
|
- range-parser (1.2.1)
|
|
99
100
|
- raw-body (3.0.2)
|
|
101
|
+
- react (19.2.6)
|
|
102
|
+
- react-dom (19.2.6)
|
|
100
103
|
- require-from-string (2.0.2)
|
|
101
104
|
- router (2.2.0)
|
|
105
|
+
- router (4.0.0)
|
|
102
106
|
- safer-buffer (2.1.2)
|
|
107
|
+
- scheduler (0.27.0)
|
|
103
108
|
- send (1.2.1)
|
|
104
109
|
- serve-static (2.2.1)
|
|
105
110
|
- shebang-command (2.0.0)
|
|
106
111
|
- shebang-regex (3.0.0)
|
|
107
112
|
- side-channel (1.1.0)
|
|
108
|
-
- side-channel-list (1.0.
|
|
113
|
+
- side-channel-list (1.0.1)
|
|
109
114
|
- side-channel-map (1.0.1)
|
|
110
115
|
- side-channel-weakmap (1.0.2)
|
|
111
116
|
- statuses (2.0.2)
|
|
112
117
|
- toidentifier (1.0.1)
|
|
113
|
-
- type-is (2.0.
|
|
118
|
+
- type-is (2.0.0)
|
|
119
|
+
- type-is (2.1.0)
|
|
114
120
|
- unpipe (1.0.0)
|
|
115
121
|
- vary (1.1.2)
|
|
116
|
-
- zod (4.3
|
|
122
|
+
- zod (4.4.3)
|
|
117
123
|
|
|
118
124
|
For the full license text of these dependencies, please refer to their respective repositories or the node_modules directory.
|
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
## 🌟 概要
|
|
25
25
|
|
|
26
|
-
ConoHa VPS MCPは、ConoHa VPSの[公開API](https://doc.conoha.jp/reference/api-vps3/)を日本語で操作できるオープンソースのMCPサーバーです。AIエージェント(Claude、GitHub Copilot、Clineなど)と連携し、自然言語でインフラ操作ができます。
|
|
26
|
+
ConoHa VPS MCPは、ConoHa VPSの[公開API](https://doc.conoha.jp/reference/api-vps3/)を日本語で操作できるオープンソースのMCPサーバーです。AIエージェント(Claude Code、Claude Desktop、GitHub Copilot、Clineなど)と連携し、自然言語でインフラ操作ができます。
|
|
27
27
|
|
|
28
28
|
⚠️ 注意: 本ソフトウェアは現在ベータ版です。機能や動作が予告なく変更される場合があります。本番環境での使用前には十分なテストを行ってください。このベータ版 ConoHa VPS MCP を使用することで、これらの条件に同意したものとみなされます。
|
|
29
29
|
|
|
@@ -32,14 +32,14 @@ ConoHa VPS MCPは、ConoHa VPSの[公開API](https://doc.conoha.jp/reference/api
|
|
|
32
32
|
| 特徴 | 説明 |
|
|
33
33
|
|------|------|
|
|
34
34
|
| 🇯🇵 **日本語対応** | ツール説明・エラーメッセージを含め、すべて日本語で操作可能 |
|
|
35
|
-
| 🤖 **AI エージェント連携** | GitHub Copilot、
|
|
35
|
+
| 🤖 **AI エージェント連携** | Claude Code、Claude Desktop、GitHub Copilot、Cline など主要なAIエージェントに対応 |
|
|
36
36
|
| 🔧 **包括的API** | サーバー・ボリューム・イメージ・セキュリティグループ・オブジェクトストレージを管理 |
|
|
37
37
|
| 🐳 **クロスプラットフォーム** | Node.js / Docker で動作、Windows・Mac・Linuxに対応 |
|
|
38
38
|
| 🛡️ **セキュリティ対策** | OpenStack準拠のセキュリティ機能を搭載 |
|
|
39
39
|
|
|
40
40
|
## ❓ Model Context Protocol (MCP) とは
|
|
41
41
|
|
|
42
|
-
MCPは、AIエージェント(Claude、GitHub Copilot、Clineなど)が外部のサービスやツールと連携するためのプロトコルです。このMCPサーバーを導入すると、AIに日本語で指示するだけでConoHa VPSの操作ができるようになります。
|
|
42
|
+
MCPは、AIエージェント(Claude Code、Claude Desktop、GitHub Copilot、Clineなど)が外部のサービスやツールと連携するためのプロトコルです。このMCPサーバーを導入すると、AIに日本語で指示するだけでConoHa VPSの操作ができるようになります。
|
|
43
43
|
|
|
44
44
|
## 🚀 クイックスタート
|
|
45
45
|
|
|
@@ -50,6 +50,16 @@ MCPは、AIエージェント(Claude、GitHub Copilot、Clineなど)が外
|
|
|
50
50
|
|
|
51
51
|
詳しくは [mcpb ファイルインストール版実行ガイド](docs/mcpb-setup.md) を参照してください。
|
|
52
52
|
|
|
53
|
+
### Claude Codeで利用する場合(プラグイン)
|
|
54
|
+
|
|
55
|
+
Claude Codeのプラグインマーケットプレイスからインストールできます。MCPサーバーに加えて、操作をガイドするスキルも利用可能になります。
|
|
56
|
+
|
|
57
|
+
```
|
|
58
|
+
/plugin marketplace add https://github.com/gmo-internet/conoha_vps_mcp
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
詳しくは [Claude Code プラグインインストール版実行ガイド](docs/plugin-setup.md) を参照してください。
|
|
62
|
+
|
|
53
63
|
### それ以外のAIエージェント (GitHub Copilot等) で利用する場合
|
|
54
64
|
|
|
55
65
|
1. Node.jsをローカル端末にインストール
|
|
@@ -157,9 +167,9 @@ HTTP(80番)とHTTPS(443番)のみを許可してください。
|
|
|
157
167
|
|
|
158
168
|
#### AIエージェント統合
|
|
159
169
|
|
|
160
|
-
- ✅ [Cursor](https://cursor.com/ja/download)
|
|
161
|
-
- ✅ [Claude Desktop](https://claude.ai/download)
|
|
162
170
|
- ✅ [Claude Code](https://docs.anthropic.com/en/docs/claude-code)
|
|
171
|
+
- ✅ [Claude Desktop](https://claude.ai/download)
|
|
172
|
+
- ✅ [Cursor](https://cursor.com/ja/download)
|
|
163
173
|
- ✅ [Cline (VS Code)](https://github.com/cline/cline)
|
|
164
174
|
- ✅ [GitHub Copilot (VS Code)](https://docs.github.com/ja/copilot)
|
|
165
175
|
- ✅ [Codex CLI](https://github.com/openai/codex)
|
|
@@ -184,6 +194,10 @@ HTTP(80番)とHTTPS(443番)のみを許可してください。
|
|
|
184
194
|
|
|
185
195
|
📄 ツールごとの全機能一覧は[こちら](docs/tool.md)を参照してください。
|
|
186
196
|
|
|
197
|
+
🌐 オブジェクトストレージで静的サイトを公開する MCP App の使い方は[MCP App: 静的ホスティング UI 利用ガイド](docs/mcp-app-storage.md)を参照してください。
|
|
198
|
+
|
|
199
|
+
> 💻 開発者向け: リポジトリを clone して `npm run preview:ui` を実行すると、ConoHa の認証情報なしにサンプルデータで MCP App UI をブラウザプレビューできます。
|
|
200
|
+
|
|
187
201
|
## ⚠️ 注意事項
|
|
188
202
|
|
|
189
203
|
### AIエージェントの利用料金
|