mcpjungle/MCPJungle

CLI: allow `add` & `remove` commands to register & deregister mcps

オープン

#222 opened on 2026/04/20

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Go (146 件のフォーク)auto 404
UXfeedbackgood first issue

Repository metrics

Stars
 (1,162 個のスター)
PR merge metrics
 (PR metrics pending)

説明

mcpjungle add should be the same as mcpjungle register Same thing for remove

But these should not be added as separate commands, this will clutter the cli help message

Instead, these should become the main commands and the original ones should become their aliases

So:

register will be an alias to add deregister will be an alias to remove

This way, the help message starts displaying add and remove as main commands. But if a user invoked register or deregister, it still works for backward compatibility.

コントリビューターガイド