mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-08 19:48:51 +01:00
feat: add body for mcp tool calls
This commit is contained in:
parent
888e3a31cf
commit
274987712c
3 changed files with 14 additions and 6 deletions
|
|
@ -189,6 +189,7 @@ async function createMCPTool({ req, res, toolKey, provider: _provider }) {
|
|||
},
|
||||
oauthStart,
|
||||
oauthEnd,
|
||||
body: req.body,
|
||||
});
|
||||
|
||||
if (isAssistantsEndpoint(provider) && Array.isArray(result)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue