-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade Guide
github-actions[bot] edited this page Aug 13, 2026
·
2 revisions
The package @zaimokuza/atlassian-server-mcp follows semantic versioning,
with notable changes recorded on the GitHub Releases page. v1.0.0 is the
first stable release.
npm-installed:
# your client runs npx @zaimokuza/atlassian-server-mcp — clear the npx cache or pin a version
npx @zaimokuza/atlassian-server-mcp@latest doctorSource checkout:
git pull --ff-only
pnpm install
pnpm build
node dist/cli.js doctor- Read the GitHub Release notes for the new version — breaking changes and new environment variables are called out there.
- Re-run
doctoragainst each configured product; new checks may appear. - If you pin
--exposure-tieror FORCE patterns, re-checkatlassian_discover_operationsoutput: operation counts change between releases and new operations may land inside your existing globs. - Review pinned limits (
--max-download-bytes,--max-output-bytes,--cursor-ttl-seconds) against the new defaults.
- The operation registry and exposure policy are regenerated from official Atlassian specs per release; operation IDs are stable within a major version.
- The error contract (
error.kind/status/operationId/fieldErrors) is stable within a major version. - Defaults only change when called out in the release notes.
中文版 · English is the authoritative 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