The problem primarily occurs with custom or MCP tools where the naming scheme appends prefixes or unique identifiers (like UUIDs or MD5 hashes) to the original tool name. The resulting string, often in the format mcp__[server_name]__[tool_name], frequently surpasses the 64-character limit. In my case, claude failed to invoke "mcp__plugin_chrome-devtools-mcp_chrome-devtools__get_console_message" for its name exceeding the length limit.
So could you shorten the name of tools or event the name of chrome-devtools-mcp inside the plugin?
The problem primarily occurs with custom or MCP tools where the naming scheme appends prefixes or unique identifiers (like UUIDs or MD5 hashes) to the original tool name. The resulting string, often in the format mcp__[server_name]__[tool_name], frequently surpasses the 64-character limit. In my case, claude failed to invoke "mcp__plugin_chrome-devtools-mcp_chrome-devtools__get_console_message" for its name exceeding the length limit.
So could you shorten the name of tools or event the name of chrome-devtools-mcp inside the plugin?