bug with MCP calls
anyone noticing MCP tool call changes >
until now it was >
the replacement of '.' with a '_' is breaking our existing flow
{
"name": "ngrokfree_tool_testlookup",
"role": "tool_call_result",
"time": 1746636833664,
"result": "[\n {\n "type": "text",\n "text": "Unknown tool: ngrokfree_tool_testlookup"\n }\n]",
"toolCallId": "call_iMChXkDpJYpfz0TKL1bnb0z8",
"secondsFromStart": 22.45
}
ngrokfree_tool_test__lookup
until now it was >
ngrokfree.tool_test__lookup
the replacement of '.' with a '_' is breaking our existing flow
{
"name": "ngrokfree_tool_testlookup",
"role": "tool_call_result",
"time": 1746636833664,
"result": "[\n {\n "type": "text",\n "text": "Unknown tool: ngrokfree_tool_testlookup"\n }\n]",
"toolCallId": "call_iMChXkDpJYpfz0TKL1bnb0z8",
"secondsFromStart": 22.45
}