Skip to content

v1.2.10: Deploy workflow document on an MCP server

Latest

Choose a tag to compare

@Polo2 Polo2 released this 17 Feb 11:41

🆕 New feature on deploy: deploy a workflow document on an MCP server

✨ Add new option mcp_server with command deploy

jobs:
  deploy-workflow-document:
    name: Deploy workflow document for MCP server on Bump.sh
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4
      - name: Deploy workflow document
        uses: bump-sh/github-action@v1
        with:
          command: deploy
          mcp_server: <BUMP_MCP_SERVER_ID_OR_SLUG>
          token: ${{secrets.BUMP_TOKEN}}
          file: doc/flower-document.yml

Note

This feature is currently in closed beta. Request an early access at hello@bump.sh

What's Changed

  • Allow command 'deploy' with mcp_server parameter by @Polo2 in #581
  • Readme: mention MCP server is closed beta and early access by @Polo2 in #583
  • Readme: one more clarification about MCP server by @Polo2 in #584
  • Bump bump-cli to version 2.9.12 by @Polo2 in #580
  • 1.2.10 by @Polo2 in #585

Full Changelog: v1.2.9...v1.2.10