Skip to content

Commit e1197b9

Browse files
0xquintoclaude
andcommitted
feat(deps): floor MCP SDK at ^1.27.1 (ADR-0016 step 3)
Captures WebStandardStreamableHTTPServerTransport.onerror fix (modelcontextprotocol/typescript-sdk#1580, merged 2026-02-24) — without the floor, the deployed function silently swallows transport-layer errors before they reach the onerror callback. Lock regen resolves to 1.29.0 (within range; latest stable). No behavior change in the currently-deployed bundle — this widens the contract declaration, doesn't tighten the runtime. Redeploy not strictly required; recommended on next major bump for source-tree- vs-deployed alignment per ADR-0015. Recon: docs/recon/2026-05-02-v1.0.0-ship-surface-recon.md § Decision 5. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 78a377c commit e1197b9

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@anthropic-ai/sdk": "^0.92.0",
49-
"@modelcontextprotocol/sdk": "^1.0.0",
49+
"@modelcontextprotocol/sdk": "^1.27.1",
5050
"@supabase/supabase-js": "^2.88.0",
5151
"postgres": "^3.4.9",
5252
"zod": "^3.23.0"

supabase/functions/mcp/deno.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"imports": {
33
"supabase-realtime-skill/server": "npm:supabase-realtime-skill@^0.2.0/server",
4-
"@modelcontextprotocol/sdk/server/index.js": "npm:@modelcontextprotocol/sdk@1.29.0/server/index.js",
5-
"@modelcontextprotocol/sdk/server/webStandardStreamableHttp.js": "npm:@modelcontextprotocol/sdk@1.29.0/server/webStandardStreamableHttp.js",
6-
"@modelcontextprotocol/sdk/types.js": "npm:@modelcontextprotocol/sdk@1.29.0/types.js",
4+
"@modelcontextprotocol/sdk/server/index.js": "npm:@modelcontextprotocol/sdk@^1.27.1/server/index.js",
5+
"@modelcontextprotocol/sdk/server/webStandardStreamableHttp.js": "npm:@modelcontextprotocol/sdk@^1.27.1/server/webStandardStreamableHttp.js",
6+
"@modelcontextprotocol/sdk/types.js": "npm:@modelcontextprotocol/sdk@^1.27.1/types.js",
77
"@supabase/supabase-js": "npm:@supabase/supabase-js@^2.105.1",
88
"postgres": "npm:postgres@3.4.9",
99
"zod": "npm:zod@3.25.76"

supabase/functions/mcp/deno.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)