@gmo-internet/conoha-vps-mcp 0.3.1 → 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.
Files changed (4) hide show
  1. package/NOTICE +12 -14
  2. package/README.md +10 -0
  3. package/dist/index.js +86 -29
  4. package/package.json +11 -11
package/NOTICE CHANGED
@@ -16,10 +16,8 @@ limitations under the License.
16
16
  This product includes software developed by third parties:
17
17
 
18
18
 
19
- BSD-2-Clause Licensed:
20
- - uri-js (4.4.1)
21
-
22
19
  BSD-3-Clause Licensed:
20
+ - fast-uri (3.1.0)
23
21
  - qs (6.14.0)
24
22
 
25
23
  ISC Licensed:
@@ -29,13 +27,14 @@ ISC Licensed:
29
27
  - setprototypeof (1.2.0)
30
28
  - which (2.0.2)
31
29
  - wrappy (1.0.2)
32
- - zod-to-json-schema (3.24.6)
30
+ - zod-to-json-schema (3.25.0)
33
31
 
34
32
  MIT Licensed:
35
- - @modelcontextprotocol/sdk (1.18.1)
33
+ - @modelcontextprotocol/sdk (1.24.0)
36
34
  - accepts (2.0.0)
37
- - ajv (6.12.6)
38
- - body-parser (2.2.0)
35
+ - ajv (8.17.1)
36
+ - ajv-formats (3.0.1)
37
+ - body-parser (2.2.1)
39
38
  - bytes (3.1.2)
40
39
  - call-bind-apply-helpers (1.0.2)
41
40
  - call-bound (1.0.4)
@@ -57,10 +56,9 @@ MIT Licensed:
57
56
  - etag (1.8.1)
58
57
  - eventsource (3.0.7)
59
58
  - eventsource-parser (3.0.6)
60
- - express (5.1.0)
59
+ - express (5.2.1)
61
60
  - express-rate-limit (7.5.1)
62
61
  - fast-deep-equal (3.1.3)
63
- - fast-json-stable-stringify (2.1.0)
64
62
  - finalhandler (2.1.0)
65
63
  - forwarded (0.2.0)
66
64
  - fresh (2.0.0)
@@ -72,10 +70,11 @@ MIT Licensed:
72
70
  - hasown (2.0.2)
73
71
  - http-errors (2.0.0)
74
72
  - http-errors (2.0.1)
75
- - iconv-lite (0.6.3)
73
+ - iconv-lite (0.7.0)
76
74
  - ipaddr.js (1.9.1)
77
75
  - is-promise (4.0.0)
78
- - json-schema-traverse (0.4.1)
76
+ - jose (6.1.3)
77
+ - json-schema-traverse (1.0.0)
79
78
  - math-intrinsics (1.1.0)
80
79
  - media-typer (1.1.0)
81
80
  - merge-descriptors (2.0.0)
@@ -91,10 +90,9 @@ MIT Licensed:
91
90
  - path-to-regexp (8.3.0)
92
91
  - pkce-challenge (5.0.0)
93
92
  - proxy-addr (2.0.7)
94
- - punycode (2.3.1)
95
93
  - range-parser (1.2.1)
96
- - raw-body (0.7.0)
97
94
  - raw-body (3.0.1)
95
+ - require-from-string (2.0.2)
98
96
  - router (2.2.0)
99
97
  - safe-buffer (5.2.1)
100
98
  - safer-buffer (2.1.2)
@@ -111,6 +109,6 @@ MIT Licensed:
111
109
  - type-is (2.0.1)
112
110
  - unpipe (1.0.0)
113
111
  - vary (1.1.2)
114
- - zod (3.25.76)
112
+ - zod (4.1.13)
115
113
 
116
114
  For the full license text of these dependencies, please refer to their respective repositories or the node_modules directory.
package/README.md CHANGED
@@ -117,6 +117,16 @@ Ubuntu 24.04でメモリ1GBのサーバーを、rootパスワード:vG7#kLp9zX
117
117
  ネームタグ:test-1、セキュリティグループ:defaultとして作ってください。
118
118
  ```
119
119
 
120
+ ### スタートアップスクリプトを利用したサーバー作成
121
+
122
+ ```txt
123
+ サーバープラン一覧、イメージ一覧、ボリュームタイプ一覧を確認して、
124
+ Ubuntu 24.04でメモリ1GBのサーバーを、rootパスワード:vG7#kLp9zX!q、
125
+ ネームタグ:test、セキュリティグループ:defaultに加えて、SSHが使えるように作ってください。
126
+ その際、一覧にあるスタートアップスクリプトを利用してClaude Codeを
127
+ 利用できるようにセットアップしてください。
128
+ ```
129
+
120
130
  **⚠️ 注意: パスワードセキュリティに関する重要な警告**
121
131
 
122
132
  - 上記のパスワード例は**絶対に実際に使用しないでください**(公開されているため)