Skip to content

The prefixedToolName method of the McpToolUtils class limits its length to 64 bits #3812

Open
@cs45435526

Description

@cs45435526

// If the string is longer than 64 characters, keep the last 64 characters if (formatted.length() > 64) { formatted = formatted.substring(formatted.length() - 64); }
The above code will cause the method name to be truncated, but I don't think it's necessary

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions