Skip to content

fix: bridge 硬编码版本 0.5.0 → 0.6.0#51

Merged
ceresOPA merged 1 commit into
mainfrom
fix/bridge-version-0.6.0
Mar 27, 2026
Merged

fix: bridge 硬编码版本 0.5.0 → 0.6.0#51
ceresOPA merged 1 commit into
mainfrom
fix/bridge-version-0.6.0

Conversation

@ceresOPA
Copy link
Copy Markdown
Owner

Summary

  • packages/mcp-bridge/src/index.js 中 MCP Server 构造函数的 version 字段仍为硬编码的 '0.5.0',在 v0.6.0 版本升级时遗漏
  • smoke test 断言 serverInfo.version === '0.6.0' 失败

Fix

{ name: 'alicization-bridge', version: '0.5.0' }{ name: 'alicization-bridge', version: '0.6.0' }

Test plan

  • CI 中 Bridge MCP (smoke) 测试通过

The MCP Server constructor in index.js had a hardcoded version string
that was missed during the 0.6.0 version bump, causing the smoke test
assertion to fail.
@ceresOPA ceresOPA merged commit 16def2d into main Mar 27, 2026
2 checks passed
@ceresOPA ceresOPA deleted the fix/bridge-version-0.6.0 branch March 27, 2026 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant