mcpjungle/MCPJungle

CLI: trim descriptions that are too long during server registration

Open

#239 opened on May 2, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (146 forks)auto 404
UIUXdogfoodinggood first issue

Repository metrics

Stars
 (1,162 stars)
PR merge metrics
 (PR metrics pending)

Description

when we register a server or list tools, ideally we should just see the list of tools and maybe a 1-line description for each.

some mcps have long detailed descriptions.

mcpj ends up dumping all of that during register / list commands.

cli should trim this down on the client-side.

For better UI/UX

eg- register google maps mcp and see a huge mess!

Contributor guide