Allow command 'deploy' with mcp_server parameter#581
Merged
Conversation
5e4a021 to
5cb714a
Compare
paulRbr
reviewed
Feb 13, 2026
paulRbr
reviewed
Feb 13, 2026
paulRbr
reviewed
Feb 13, 2026
paulRbr
approved these changes
Feb 13, 2026
Member
paulRbr
left a comment
There was a problem hiding this comment.
I'm approving so you can move on, but please simplify the README in a more “standard” usage example :)
efdab02 to
3c9a585
Compare
=> On GitHub action, use keyword mcp_server
```
with:
command: deploy
mcp_server: <BUMP_MCP_SERVER_ID_OR_SLUG>
token: ${{secrets.BUMP_TOKEN}}
file: doc/flower-document.yml
```
=> New command transmitted to bump-cli:
`bump deploy --mcp_server mcp_server_id_or_slug doc/flower-document.yml`
=> New request sent to Bump.sh API:
`POST /api/v1/mcp_servers/{mcp_server_id_or_slug}/deploy`
the GitHub action should be used to deploy a workflow document
on Bump.sh API ✨
3c9a585 to
8cd9eca
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.
=> New workflow action for
.github/workflows/bump.yml=> New command transmitted to bump-cli:
bump deploy --mcp_server mcp_server_id_or_slug doc/flower-document.yml=> New request sent to Bump.sh API (thanks to external PR bump-sh/cli#781)
POST /api/v1/mcp_servers/{mcp_server_id_or_slug}/deploythe GitHub action should be used to deploy a workflow document
on Bump.sh API ✨