clean up the publish command for mcp/agents#165
Merged
Conversation
Signed-off-by: Peter Jausovec <[email protected]>
Signed-off-by: Peter Jausovec <[email protected]>
Signed-off-by: Peter Jausovec <[email protected]>
Signed-off-by: Peter Jausovec <[email protected]>
EItanya
approved these changes
Feb 13, 2026
ilackarms
approved these changes
Feb 13, 2026
christian-posta
pushed a commit
to christian-posta/agentregistry
that referenced
this pull request
Mar 9, 2026
this PR does a bit of a clean up and refactoring, especially around the publish commands. Notable changes: - `mcp publish` command doesn't build, you must call `mcp build` OR build the image yourself - the publish now takes the `--type` flag which can be oci/npm/pypi -- this allows publishing existing mcp servers as well as publishing a server that you scaffolded by running the command in the folder with mcp.yaml - the remove command is gone; the delete command removes the entry from the registry and the reconciliation should make sure to delete any deployments of that entry --------- Signed-off-by: Peter Jausovec <[email protected]>
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.
this PR does a bit of a clean up and refactoring, especially around the publish commands.
Notable changes:
mcp publishcommand doesn't build, you must callmcp buildOR build the image yourself--typeflag which can be oci/npm/pypi -- this allows publishing existing mcp servers as well as publishing a server that you scaffolded by running the command in the folder with mcp.yaml