From 2b2623cc5bb825ae2de8f3a428d9a7049e935931 Mon Sep 17 00:00:00 2001 From: Matt Carey Date: Fri, 9 Jan 2026 11:58:58 +0000 Subject: [PATCH] fix(server): add missing changeset for body.cancel() fix --- .changeset/cyan-cycles-pump.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/cyan-cycles-pump.md diff --git a/.changeset/cyan-cycles-pump.md b/.changeset/cyan-cycles-pump.md new file mode 100644 index 000000000..0f2008a3a --- /dev/null +++ b/.changeset/cyan-cycles-pump.md @@ -0,0 +1,5 @@ +--- +'@modelcontextprotocol/server': patch +--- + +missing change for fix(client): replace body.cancel() with text() to prevent hanging