Skip to content
Discussion options

You must be logged in to vote

The current design is necessary to prevent collision within LC.

While you may not be in control of the public MCP server, you can reduce the serverName length at your discretion since this is configured in the YAML:

mcpServers:
  name: # this unique key value `name` gets used as part of the tool name `serverName`
    type: http
    url: "http://0.0.0.0:8000/mcp"

In your case, a 4-letter configured server name will keep you at 64 characters for this tool.

Of course some optimizations here are in order (all possible):

  • Customizing the display name
  • Customizing how specific tools are mapped for the API calls
  • Changing the delimiter, i.e. _m_ instead of _mcp_

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vizo
Comment options

Answer selected by vizo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #9644 on September 15, 2025 15:16.