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
When I input "Help me find company Notion," the data passed to the find_company function within MCP is {"name": {"ilike": "%notion%"}}. However, there is an issue after processing by buildWhereConditions. Temporarily changing the condition to the image below allows correct data retrieval, but I am unsure if this modification will cause other impacts.