feat: add body for mcp tool calls

This commit is contained in:
Dustin Healy 2025-08-10 14:45:07 -07:00
parent 888e3a31cf
commit 274987712c
3 changed files with 14 additions and 6 deletions

View file

@ -189,6 +189,7 @@ async function createMCPTool({ req, res, toolKey, provider: _provider }) {
},
oauthStart,
oauthEnd,
body: req.body,
});
if (isAssistantsEndpoint(provider) && Array.isArray(result)) {