@peninsula-med/beisen-ehr-plugin 2.2.0 → 2.2.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.
package/README.md CHANGED
@@ -1,20 +1,25 @@
1
- # 北森 EHR OpenClaw 插件 v2.0.0 🐉
1
+ # 北森 EHR OpenClaw 插件 v2.2.0 🐉
2
2
 
3
- 完全重写的北森 EHR 插件,移除所有 MCP 依赖。
3
+ 完全集成的北森 EHR 插件,自动安装 MCP 服务器。
4
4
 
5
5
  ## 一键安装
6
6
 
7
7
  ```bash
8
- # 1. 安装插件(自动配置 allowlist)
8
+ # 1. 安装插件(自动安装 MCP 服务器 + 配置)
9
9
  openclaw plugins install @peninsula-med/beisen-ehr-plugin@latest
10
10
 
11
- # 2. 配置凭证
11
+ # 2. 配置凭证(交互式输入)
12
12
  npx @peninsula-med/beisen-ehr-configure
13
13
 
14
14
  # 3. 重启
15
15
  openclaw gateway restart
16
16
  ```
17
17
 
18
+ ✅ **自动完成**:
19
+ - 安装 MCP 服务器 (`@peninsula-med/beisen-ehr-mcp`)
20
+ - 配置 `mcpServers.beisen-ehr`
21
+ - 配置 `tools.allow`
22
+
18
23
  ## 测试
19
24
 
20
25
  ```
@@ -32,5 +37,5 @@ openclaw gateway logs
32
37
 
33
38
  ---
34
39
 
35
- **版本**: 2.0.0
40
+ **版本**: 2.2.0
36
41
  **作者**: 龙二 🐉
package/dist/index.cjs.js CHANGED
@@ -3460,7 +3460,7 @@ const Type = TypeBuilder;
3460
3460
  * 完全移除 MCP 依赖,直接注册工具
3461
3461
  */
3462
3462
  const pluginId = 'beisen-ehr-plugin';
3463
- const pluginVersion = '2.2.0';
3463
+ const pluginVersion = '2.2.1';
3464
3464
  const defaultConfig = {
3465
3465
  apiUrl: 'https://openapi.italent.cn',
3466
3466
  };