xserver-mcp 1.4.0 → 1.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/README.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # xserver-mcp
2
2
 
3
- XServer のレンタルサーバー / ドメイン / XServer for WordPress を AI コーディング環境(Cursor / Claude Code 等)から操作するための公式 MCP サーバー。
3
+ XServer のレンタルサーバー / ドメイン / XServer for WordPress / XServer VPS を AI コーディング環境(Cursor / Claude Code 等)から操作するための公式 MCP サーバー。
4
4
 
5
5
  ## 設定
6
6
 
7
7
  Cursor の場合、`.cursor/mcp.json`(プロジェクトごと)または `~/.cursor/mcp.json`(ユーザー全体)に追加します。
8
- `--services` は `server` / `domain` / `wphosting` をカンマ区切りで明示します。省略時は `server` です。`all` は指定できません。利用するサービスを明示してください。
8
+ `--services` は `server` / `domain` / `wphosting` / `vps` をカンマ区切りで明示します。省略時は `server` です。`all` は指定できません。利用するサービスを明示してください。
9
9
 
10
10
  複数サービスを横断して利用する場合:
11
11
 
@@ -14,7 +14,7 @@ Cursor の場合、`.cursor/mcp.json`(プロジェクトごと)または `~/
14
14
  "mcpServers": {
15
15
  "xserver": {
16
16
  "command": "npx",
17
- "args": ["-y", "xserver-mcp", "--services=server,domain,wphosting"],
17
+ "args": ["-y", "xserver-mcp", "--services=server,domain,wphosting,vps"],
18
18
  "env": {
19
19
  "XSERVER_API_KEY": "xs_xxxxxxxxxxxx"
20
20
  }
@@ -75,6 +75,26 @@ Server ではプラン・契約一覧・メモ・申込状況に加え、新規
75
75
  - Codex では MCP elicitation を許可し、課金 execute を自動承認対象に入れないでください。
76
76
  - モデルが渡す `confirmed` だけでは実行できません。
77
77
 
78
+ ### XServer VPS API
79
+
80
+ ```json
81
+ {
82
+ "mcpServers": {
83
+ "xserver-vps": {
84
+ "command": "npx",
85
+ "args": ["-y", "xserver-mcp", "--services=vps"],
86
+ "env": {
87
+ "XSERVER_API_KEY": "xs_xxxxxxxxxxxx"
88
+ }
89
+ }
90
+ }
91
+ }
92
+ ```
93
+
94
+ XServer VPS、ビジネスVPS、Windows Server、GPUサーバーの情報取得、電源操作、パケットフィルター、OS再インストール、操作保護を利用できます。新規お申し込みは XServer VPS・ビジネスVPSの Linux 標準 OS のみが対象です。
95
+
96
+ 新規お申し込みとOS再インストールの `execute` ツールは既定で無効です。利用する場合は `XSERVER_MCP_ENABLE_HIGH_RISK_EXECUTE=1` を設定し、MCP form elicitation 対応クライアントの確認フォームで明示的に承認してください。非対応・キャンセル時は実行されません。
97
+
78
98
  ### XServer for WordPress API
79
99
 
80
100
  ```json
@@ -98,6 +118,7 @@ WPhosting ではプラン・契約一覧・メモに加え、新規契約の `pr
98
118
  ## ドキュメント
99
119
 
100
120
  - [XServer MCP マニュアル](https://www.xserver.ne.jp/manual/man_tool_mcp.php)
121
+ - [XServer VPS MCP マニュアル](https://vps.xserver.ne.jp/support/manual/man_tool_mcp.php)
101
122
  - [更新履歴](https://developer.xserver.ne.jp/changelog/)
102
123
 
103
124
  ## ライセンス