-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade Guide.zh CN
github-actions[bot] edited this page Aug 13, 2026
·
2 revisions
以英文版为准:English
包 @zaimokuza/atlassian-server-mcp 遵循语义化版本,重要变更记录在
GitHub Releases 页面。v1.0.0 是首个稳定版本。
npm 安装:
# client 运行 npx @zaimokuza/atlassian-server-mcp —— 清 npx 缓存或钉版本
npx @zaimokuza/atlassian-server-mcp@latest doctor源码检出:
git pull --ff-only
pnpm install
pnpm build
node dist/cli.js doctor- 读新版本的 GitHub Release 说明——breaking change 与新环境变量都会标 注。
- 对每个已配置产品重跑
doctor;可能出现新检查项。 - 如果你钉了
--exposure-tier或 FORCE 模式,重新查看atlassian_discover_operations输出:操作数量随版本变化,新操作可能 落入你已有的 glob。 - 对照新默认值检查你钉的限制(
--max-download-bytes、--max-output-bytes、--cursor-ttl-seconds)。
- operation registry 与 exposure policy 每个版本从官方 Atlassian spec 重新生成;operation ID 在同一主版本内稳定。
- 错误契约(
error.kind/status/operationId/fieldErrors)在 同一主版本内稳定。 - 默认值只在 release 说明标注时变化。
English version(英文版为准)
Documentation source: docs/wiki/
— changes are reviewed via pull request; edits made directly in this wiki
are overwritten by the next sync. · 中文首页
Get started
Workflows
Reference
- Exposure tiers
- Attachments and large results
- Security model
- Compatibility matrix
- Upgrade guide
- Troubleshooting