chore(release): staging to production - 2026.03.04 - #992
Conversation
Reverts the SDK downgrade that caused MCP server initialization timeouts
in production (Confluence + Jira).
- SDK 1.10.1 (current production) → timeout after 60s connecting to Atlassian APIs
- SDK 1.18.0 (pre-upgrade) → worked fine
- Error manifested as HTTP/2 protocol errors + EventSource failures in frontend
Root cause: production network path to Atlassian is slower than staging,
exposing the timeout regression in 1.10.1.
Fixes: MCP error -32001 Request timed out (code: -32001, data: { timeout: 60000 })
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
fix: bump @modelcontextprotocol/sdk to 1.18.0
PR Review: chore(release): staging to production - 2026.03.04PR: #992 — Staging to Production Release SummaryThis is an automated release PR that bumps Critical IssuesNone identified. This is a pure dependency update with no application logic changes. Major Concerns1. Declared version vs. resolved version mismatch Location: Issue: Why it matters: The PR description and commit message specifically reference bumping to Suggestion: Consider pinning the version exactly ( 2. New transitive dependencies introduced without explicit audit Location: Issue: SDK
The addition of Suggestion: Confirm no peer dependency conflicts were introduced and that the new Suggestions1. Update the PR description to reflect the actual resolved SDK version The PR body and commit message reference bumping to 2. Consider adding a regression test for MCP server initialization Since this fixes a production timeout that did not manifest in staging, there is currently no automated guard against this class of regression returning. Even a smoke test that verifies an MCP client can initialize without timing out against a mock server would provide a safety net for future SDK bumps. 3. Minor cleanup — removed packages confirm correct deduplication The removal of Positive Observations
Checklist Assessment
RecommendationApprove with minor notes. The change is narrowly scoped, the root cause analysis in the commit message is solid, and the lockfile changes are consistent. The two items worth noting are (1) clarifying the declared vs. resolved version discrepancy in the PR description and (2) optionally adding a targeted regression test for MCP initialization timeouts. Neither blocks the merge for a production hotfix. Review conducted by Claude Code (claude-sonnet-4-6) |
🚀 Release: Staging to Production
Release Date: 2026-03-04
Changes in this release
This PR is automatically created/updated when commits are pushed to staging.
Merging this PR will trigger the release workflow to create a new GitHub release.