@gmo-internet/conoha-vps-mcp 0.5.2 → 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 +4 -0
- 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
|
@@ -194,6 +194,10 @@ HTTP(80番)とHTTPS(443番)のみを許可してください。
|
|
|
194
194
|
|
|
195
195
|
📄 ツールごとの全機能一覧は[こちら](docs/tool.md)を参照してください。
|
|
196
196
|
|
|
197
|
+
🌐 オブジェクトストレージで静的サイトを公開する MCP App の使い方は[MCP App: 静的ホスティング UI 利用ガイド](docs/mcp-app-storage.md)を参照してください。
|
|
198
|
+
|
|
199
|
+
> 💻 開発者向け: リポジトリを clone して `npm run preview:ui` を実行すると、ConoHa の認証情報なしにサンプルデータで MCP App UI をブラウザプレビューできます。
|
|
200
|
+
|
|
197
201
|
## ⚠️ 注意事項
|
|
198
202
|
|
|
199
203
|
### AIエージェントの利用料金
|