@hupan56/wlkj 2.7.7 → 2.7.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hupan56/wlkj",
3
- "version": "2.7.7",
3
+ "version": "2.7.8",
4
4
  "description": "AI Product R&D Workflow - PRD/Prototype/Search/Task/Report",
5
5
  "bin": {
6
6
  "wlkj": "bin/cli.js"
@@ -236,7 +236,9 @@ def launch_mysql(repo):
236
236
  server = repo / '.qoder' / 'scripts' / 'mysql_mcp_server.py'
237
237
  if not server.is_file():
238
238
  _log(f'mysql server 不存在: {server}')
239
- sys.exit(1)
239
+ _launch_disabled_mcp('qoder-mysql',
240
+ 'mysql_mcp_server.py 缺失。跑 npx @hupan56/wlkj update')
241
+ return
240
242
  # 优先: 从 config.yaml 读 (团队共享, clone 就有)
241
243
  cfg_path = repo / '.qoder' / 'config.yaml'
242
244
  mysql_cfg = {}