The supermemory-mcp server includes a built-in tool named search, which causes Qwen Code CLI to throw an error due to a reserved keyword conflict. In Qwen, search is a protected internal tool name and cannot be overridden or redefined by user-defined MCP tools.
Error Message:
✕ [API Error: 400 <400> InternalError.Algo.InvalidParameter: Tool names are not allowed to be [search]]
Suggested Fix:
Please consider renaming the built-in search tool to avoid this conflict. Tool names like searchTool, customSearch, or superSearch would be acceptable alternatives.
Thanks!