Skip to content

claude code errors if name of MCP tool is too long, such as mcp__plugin_chrome-devtools-mcp_chrome-devtools__get_console_message #1169

@xpacificsoda

Description

@xpacificsoda

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions