-
Notifications
You must be signed in to change notification settings - Fork 132
Add pkgx manifest for just-mcp #11207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pkgx manifest for just-mcp #11207
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a pkgx pantry manifest for the just-mcp project, enabling automated installation of precompiled binaries across multiple platforms. The manifest downloads platform-specific release artifacts and installs them to the appropriate location, with accompanying documentation on release requirements.
- Implements a pkgx package manifest with cross-platform binary downloads for Linux, macOS, and Windows
- Documents release artifact requirements for CI/CD compatibility
- Follows the pattern of similar cross-platform packages in the pantry
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| projects/github.com/promptexecution/just-mcp/package.yml | Defines the package manifest with platform detection, binary download via curl, and installation logic for x86_64/aarch64 across Linux/macOS/Windows |
| projects/github.com/promptexecution/just-mcp/README.md | Documents the package requirements and expected release artifact naming conventions for CI/CD systems |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
thanks for this, @elasticdotventures ! i love just, and this is a great idea. |
Thanks @jhheider -- thats great, I really love pkgx. As a rust dev it's certainly the easiest way to publish mcp servers. Are you aware of a good URL agent recipe for pkgx -- if not -- would you be open to having an "official" pkgx agent? https://code.claude.com/docs/en/plugin-marketplaces the convention i've seen elsewhere is: so the syntax would be something like: then a user can just add pkgx as a marketplace and then use the pkgx-package-maintainer |
|
Would love to see it. If you develop it, you should get the credit. We do have pkgxdev/mcp, so you should be able to incorporate that. |
Summary
Testing