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 using the Claude MCP Client, I am getting a tool definition syntax error due to special characters in the tool naming. I believe it could be the forward slash '/' causing this issue
this character is not allowed in tool definition names according to the pattern requirement ^[a-zA-Z0-9_-]{1,64}$. The forward slash is not part of the permitted character set, which only includes: