shizai-agent-mcp 0.2.0 → 0.2.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/README.md CHANGED
@@ -24,8 +24,8 @@ npx -y shizai-agent-mcp path
24
24
  npx -y shizai-agent-mcp uninstall
25
25
  ```
26
26
 
27
- 当前 npm launcher 版本为 `0.2.0`,默认下载最新的 `v0.6.0` Windows x64 资产:
28
- `shizai-agent-v0.6.0-windows-x64.zip`。`@playwright/mcp` 会作为 npm 依赖自动安装。
27
+ 当前 npm launcher 版本为 `0.2.2`,默认下载最新的 `v0.6.2` Windows x64 资产:
28
+ `shizai-agent-v0.6.2-windows-x64.zip`。`@playwright/mcp` 会作为 npm 依赖自动安装。
29
29
 
30
30
  注册默认会加入 `browsermcp` 服务,它配合 Browser MCP Chrome 扩展连接当前已登录标签页;
31
31
  `--with-playwright` 或 `--with-browsers` 会额外加入隔离的 `playwright` 服务。
@@ -9,7 +9,7 @@ const { execFileSync, spawn } = require('node:child_process');
9
9
 
10
10
  const SERVER = 'shizai-agent';
11
11
  const REPO = process.env.SHIZAI_AGENT_REPO || 'yimoxzy/shizai-agent';
12
- const DEFAULT_VERSION = process.env.SHIZAI_AGENT_VERSION || '0.6.0';
12
+ const DEFAULT_VERSION = process.env.SHIZAI_AGENT_VERSION || '0.6.2';
13
13
  const BROWSERMCP_VERSION = process.env.SHIZAI_BROWSERMCP_VERSION || '0.1.3';
14
14
  const PLAYWRIGHT_VERSION = process.env.SHIZAI_PLAYWRIGHT_VERSION || '0.0.79';
15
15
  const installRoot = process.env.SHIZAI_AGENT_HOME || path.join(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shizai-agent-mcp",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Installer and launcher for the Shizai Agent local MCP server",
5
5
  "bin": {
6
6
  "shizai-agent-mcp": "bin/shizai-agent-mcp.js"