Skip to content

Comments

Allow command 'deploy' with mcp_server parameter#581

Merged
Polo2 merged 1 commit intomainfrom
allow-deployment-of-workflow-document-on-MCP-server
Feb 16, 2026
Merged

Allow command 'deploy' with mcp_server parameter#581
Polo2 merged 1 commit intomainfrom
allow-deployment-of-workflow-document-on-MCP-server

Conversation

@Polo2
Copy link
Member

@Polo2 Polo2 commented Feb 5, 2026

=> New workflow action for .github/workflows/bump.yml

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 (thanks to external PR bump-sh/cli#781)
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 ✨

@Polo2 Polo2 force-pushed the allow-deployment-of-workflow-document-on-MCP-server branch 2 times, most recently from 5e4a021 to 5cb714a Compare February 5, 2026 21:36
@Polo2 Polo2 marked this pull request as ready for review February 5, 2026 21:37
@Polo2 Polo2 self-assigned this Feb 6, 2026
@Polo2 Polo2 requested a review from paulRbr February 6, 2026 15:24
Copy link
Member

@paulRbr paulRbr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving so you can move on, but please simplify the README in a more “standard” usage example :)

@Polo2 Polo2 force-pushed the allow-deployment-of-workflow-document-on-MCP-server branch 2 times, most recently from efdab02 to 3c9a585 Compare February 16, 2026 08:32
=> 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 ✨
@Polo2 Polo2 force-pushed the allow-deployment-of-workflow-document-on-MCP-server branch from 3c9a585 to 8cd9eca Compare February 16, 2026 08:34
@Polo2 Polo2 merged commit aeb9c90 into main Feb 16, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants