Open
Conversation
- Add install command to CLI with support for args, env vars, and version - Create InstallService for handling server registry integration - Add built-in registry with popular MCP servers (time, memory, filesystem, git, github, etc.) - Extend client package with InstallServer method - Add /install API endpoint with proper authentication - Support for both npm and pip package managers - Integrate with existing MCP service registration flow Examples: mcpjungle install time mcpjungle install filesystem --args /path/to/allowed/files mcpjungle install github --env GITHUB_TOKEN=your_token
* allow-cnfig-host-port * allow-cnfig-host-port
* Add unit test cases * feat: add comprehensive unit tests for MCPJungle - Add unit tests for all cmd packages (config, delete, deregister, disable, enable, get, init_server, invoke, usage) - Add unit tests for internal services (api, config, mcp, mcpclient, user) - Add middleware unit tests for authentication and authorization - Add database connection unit tests - Create shared test helpers in pkg/testhelpers/ - Remove old test_helpers.go from internal/service/ - Fix linting issues and ensure golangci-lint compliance - Use standard testing package only (no external dependencies) - All tests passing with comprehensive coverage * improve testcases code * fix test cases * added more test cases * refactor testcases and tdd & keep only useful testcases * added testcases for client folder * change sqllite packge fro gorm to glebarez * do not change config mode --------- Co-authored-by: Raghav <duaraghav8@protonmail.com>
* feat: add group-scoped tool listing and invocation commands * Create PR for issue mcpjungle#112 - CLI tools list/invoke with Groups This PR addresses the need to support group-specific registry URLs for CLI commands as described in issue mcpjungle#112. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * refactor --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Raghav <duaraghav8@protonmail.com>
# Conflicts: # README.md
# Conflicts: # pkg/types/mcp_server.go
e6f9f3d to
321f552
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#82