mcpjungle/MCPJungle
Users sometimes get confused about how to set registry url
オープン
#184 opened on 2026/02/16
UXgood first issue
Repository metrics
- Stars
- (1,162 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
mcpjungle cli lets you point to the mcpjungle server if it is not running on the default location of 127.0.0.1:8000.
You can either use --registry flag or specify registry_url: http://<ip>:<port> in ~/.mcpjungle.conf.
The cli help message also includes description for the --registry flag.
But some people still get confused about how to set a custom registry url when they deploy mcpjungle remotely.
This issue tracks ideas to make this more intuitive, ie, make it easier for all users to know how to set custom registry url.
Some ideas:
- Add more info about this in readme doc + CLI main help message.
- CLI should have an
initcommand that sets up the~/.mcpjungle.confwith default configurations. It also lets the user know that they can configure url from this conf.