working MCP call tool method

This commit is contained in:
Ishaan Jaff 2025-03-29 14:42:19 -07:00
parent e0cff7595c
commit a4a083041d
2 changed files with 6 additions and 3 deletions

View file

@ -4135,8 +4135,8 @@ export const callMCPTool = async (accessToken: string, toolName: string, toolArg
"Content-Type": "application/json",
},
body: JSON.stringify({
tool_name: toolName,
tool_arguments: toolArguments,
name: toolName,
arguments: toolArguments,
}),
});