You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to propose adding additional parameters to the MCP process_tool_call hook:
ToolDefinition: Right now, we just get the tool_name, however, the ToolDefinition may contain information (particularly MCP tool metadata) useful in middleware scenario, additional validation, etc.
tool_call_id: This primarily would be useful to be able to pass along to MCP toolcall meta for log correlation... I actually assumed this was part of the MCP toolcall protocol, but it doesn't seem to be present from what I can tell.