@peninsula-med/beisen-ehr-plugin 2.0.0 → 2.0.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/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.0.0';
3463
+ const pluginVersion = '2.0.1';
3464
3464
  const defaultConfig = {
3465
3465
  apiUrl: 'https://openapi.italent.cn',
3466
3466
  };
@@ -3706,6 +3706,11 @@ async function register(api) {
3706
3706
  });
3707
3707
  console.error('[BEISEN] ✅ 已注册 4 个工具');
3708
3708
  console.error('[BEISEN] 🎉 插件加载完成,准备就绪!');
3709
+ console.error('[BEISEN] 📋 工具列表:');
3710
+ console.error('[BEISEN] - beisen_submit_overtime');
3711
+ console.error('[BEISEN] - beisen_get_leave_balance');
3712
+ console.error('[BEISEN] - beisen_query_attendance');
3713
+ console.error('[BEISEN] - beisen_get_approval_status');
3709
3714
  }
3710
3715
  async function unregister() {
3711
3716
  console.error('[BEISEN] 🏢 插件已停用');