Skip to content

Shorten display_name to keep MCP tool IDs under 64 chars (#44)#46

Open
baimiangapp-debug wants to merge 1 commit into
Open-Document-Alliance:masterfrom
baimiangapp-debug:patch-1
Open

Shorten display_name to keep MCP tool IDs under 64 chars (#44)#46
baimiangapp-debug wants to merge 1 commit into
Open-Document-Alliance:masterfrom
baimiangapp-debug:patch-1

Conversation

@baimiangapp-debug

Copy link
Copy Markdown

Fixes #44.

The previous display_name ("PDF Tools - Fill, Sign, Merge, Split, Extract") produced an MCP tool prefix that pushed generated tool IDs over Anthropic's 64-character limit (^[a-zA-Z0-9_-]{1,64}$), breaking the extension in Claude Desktop.

This shortens display_name to "PDF Tools" so generated tool IDs stay within the limit. The package name (pdf-toolkit) is unchanged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Shorten display_name so generated MCP tool IDs stay under 64 characters

1 participant