Skip to content

Conversation

@Polo2
Copy link
Member

@Polo2 Polo2 commented Feb 5, 2026

=> New workflow action for your .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:
POST /api/v1/mcp_servers/{mcp_server_id_or_slug}/deploy

With this PR here,
and PR bump-sh/cli#781,

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 03bd770 to 5e4a021 Compare February 5, 2026 21:34
=> New workflow action for your .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:
`POST /api/v1/mcp_servers/{mcp_server_id_or_slug}/deploy`

With this PR here,
and PR bump-sh/cli#781,

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 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 mentioned this pull request Feb 6, 2026
6 tasks
@Polo2 Polo2 requested a review from paulRbr February 6, 2026 15:24
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.

1 participant