When a tool name in Mcp Server contains double underscores __ (e.g., example__tool), it appears correctly in Cursor’s Mcp Tools UI, but the model fails to locate it during actual requests.
Steps to Reproduce
Register a tool with a name containing __ (e.g., test__tool) in Mcp Server.
Verify the tool is visible in Cursor’s Mcp Tools interface.
Attempt to call the tool via model inference (API or interactive request).
Observe whether the tool is missing or returns an error.
Expected Behavior
The model should successfully locate and use the tool regardless of underscores in the name.
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Thank you. While we are looking into it and checking how to allow for double underscores, is it possible for now to replace _ _ with _ so you can keep using it in the meantime?