Skip to content

Commit ee5606f

Browse files
committed
passing in the body?
1 parent 81a1e49 commit ee5606f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ app.get(
449449
res.status(404).end("Session not found");
450450
return;
451451
} else {
452-
await transport.handleRequest(req, res);
452+
await transport.handleRequest(req, res, req.body);
453453
}
454454
} catch (error) {
455455
console.error("Error in /mcp route:", error);

0 commit comments

Comments
 (0)