tabby-bianbu-mcp 0.9.1 → 0.9.2

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/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to `tabby-bianbu-mcp` will be documented in this file.
4
4
 
5
+ ## [0.9.2] - 2026-03-23
6
+
7
+ ### Removed
8
+ - **Push Repair button**: removed from the UI. Repair requires MCP connectivity, but if the service is broken enough to need repair, MCP itself is unreachable — making the button useless. For a broken server, SSH in and run `sudo ./bianbu_agent_proxy.sh bootstrap` instead.
9
+
10
+ ### Changed
11
+ - README updated: removed all Repair references, added guidance to SSH + bootstrap for broken servers
12
+
5
13
  ## [0.9.1] - 2026-03-23
6
14
 
7
15
  ### Fixed
package/README.md CHANGED
@@ -474,14 +474,12 @@ Copy the auto-generated JSON config for other MCP clients:
474
474
 
475
475
  The plugin bundles `bianbu_agent_proxy.sh` — a self-contained MCP server installer with **blue/green deployment** and **automatic rollback**.
476
476
 
477
- **Push Upgrade** — updates the remote server to the version bundled with your plugin.
478
-
479
- **Push Repair** — re-deploys from scratch (useful when the remote is broken).
477
+ **Push Upgrade** — updates the remote server to the version bundled with your plugin (blue/green, safe).
480
478
 
481
479
  **What happens when you click:**
482
480
  1. Upload bundled installer → remote host (chunked, with progress bar)
483
- 2. Launch detached `up` or `repair` process
484
- 3. Installer stages the new release, validates with `node`, then swaps atomically
481
+ 2. Launch detached `up` process
482
+ 3. Installer stages the new release in a temporary directory, validates with `node`, then swaps atomically
485
483
  4. Plugin polls remote health until expected version appears
486
484
  5. On failure: previous installation is auto-restored
487
485
 
@@ -493,7 +491,7 @@ The plugin bundles `bianbu_agent_proxy.sh` — a self-contained MCP server insta
493
491
 
494
492
  **After maintenance**, download session logs from the Settings page for debugging.
495
493
 
496
- > **Note:** `ENABLE_PASSWORDLESS_SUDO` defaults to `false`. Opt in explicitly if needed.
494
+ > **If the service is completely broken** (e.g. Node.js removed, server won't start at all), Push Upgrade can't help — SSH into the VM and run `sudo ./bianbu_agent_proxy.sh bootstrap` to reinstall from scratch.
497
495
 
498
496
  </td><td width="50%">
499
497
 
@@ -501,14 +499,12 @@ The plugin bundles `bianbu_agent_proxy.sh` — a self-contained MCP server insta
501
499
 
502
500
  插件内置了 `bianbu_agent_proxy.sh` — 一个自包含的 MCP 服务器安装脚本,支持**蓝绿部署**和**自动回滚**。
503
501
 
504
- **Push Upgrade(推送升级)** — 将远端服务器更新到插件内置的版本。
505
-
506
- **Push Repair(推送修复)** — 从头重新部署(适用于远端损坏时)。
502
+ **Push Upgrade(推送升级)** — 将远端服务器更新到插件内置的版本(蓝绿部署,安全)。
507
503
 
508
504
  **点击按钮后的流程:**
509
505
  1. 分块上传内置安装脚本到远端主机(带进度条)
510
- 2. 后台启动 `up` 或 `repair` 进程
511
- 3. 安装脚本在暂存区准备新版本,用 `node` 验证后原子切换
506
+ 2. 后台启动 `up` 进程
507
+ 3. 安装脚本在临时目录准备新版本,用 `node` 验证后原子切换
512
508
  4. 插件持续轮询远端健康状态,直到出现预期版本号
513
509
  5. 如果失败:自动还原之前的安装
514
510
 
@@ -520,7 +516,7 @@ The plugin bundles `bianbu_agent_proxy.sh` — a self-contained MCP server insta
520
516
 
521
517
  **维护完成后**,可在设置页下载会话日志用于排查问题。
522
518
 
523
- > **注意:** `ENABLE_PASSWORDLESS_SUDO` 默认为 `false`,如需免密 sudo 提权请显式开启。
519
+ > **如果服务彻底坏了**(如 Node.js 被删、服务完全无法启动),Push Upgrade 无法修复 — 请 SSH 登录主机执行 `sudo ./bianbu_agent_proxy.sh bootstrap` 重新安装。
524
520
 
525
521
  </td></tr>
526
522
  </table>
@@ -550,11 +546,11 @@ The plugin bundles `bianbu_agent_proxy.sh` — a self-contained MCP server insta
550
546
  </tr>
551
547
  <tr>
552
548
  <td>Shell works but no PTY (no colors, no vim)</td>
553
- <td>Remote server < v1.5.0 doesn't support PTY. Use <b>Push Repair</b> to update.<br/><br/>远端服务器 < v1.5.0 不支持 PTY。使用 <b>Push Repair</b> 更新。</td>
549
+ <td>Remote server < v1.5.0 doesn't support PTY. Use <b>Push Upgrade</b> to update.<br/><br/>远端服务器 < v1.5.0 不支持 PTY。使用 <b>Push Upgrade</b> 更新。</td>
554
550
  </tr>
555
551
  <tr>
556
552
  <td>Health check shows <code>unknown</code> versions</td>
557
- <td>Remote server is very old. Use <b>Push Repair</b> to redeploy from scratch.<br/><br/>远端服务器版本过旧。使用 <b>Push Repair</b> 从头重新部署。</td>
553
+ <td>Remote server is very old. Use <b>Push Upgrade</b> to update, or SSH in and run <code>sudo ./bianbu_agent_proxy.sh bootstrap</code>.<br/><br/>远端服务器版本过旧。使用 <b>Push Upgrade</b> 更新,或 SSH 登录执行 <code>sudo ./bianbu_agent_proxy.sh bootstrap</code>。</td>
558
554
  </tr>
559
555
  </tbody>
560
556
  </table>
@@ -5,5 +5,5 @@
5
5
  "serverVersion": "1.5.0",
6
6
  "sha256": "6b70a7f973a8f4204ab012ff2b88875cebcf1e3912604c996f354ba64b323890",
7
7
  "bytes": 87798,
8
- "generatedAt": "2026-03-23T11:51:01.950Z"
8
+ "generatedAt": "2026-03-23T12:10:52.877Z"
9
9
  }