From 6e8664d3fe408818004ac007f82cd055bfbd8854 Mon Sep 17 00:00:00 2001
From: "Paul B."
Date: Fri, 10 Apr 2026 10:08:45 +0200
Subject: [PATCH 1/2] Add API workflow features description in the introduction
paragraph
Few adjustements on #814
---
README.md | 23 ++++++++++++++++-------
1 file changed, 16 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 87bb4f6b..ad9f4f20 100644
--- a/README.md
+++ b/README.md
@@ -9,15 +9,19 @@
Sign up
-The Bump.sh CLI is used to interact with API documentation and hubs hosted on Bump.sh from your choice of popular API description formats: OpenAPI, Swagger, or AsyncAPI.
+The Bump.sh CLI is used to interact with API documentation, hubs and workflows hosted on Bump.sh from your choice of popular API description formats: OpenAPI, Swagger, or AsyncAPI for API documentation. Flower or Arazzo for API workflows.
Using [OpenAPI](https://github.com/OAI/OpenAPI-Specification) (v3.x and v2.0) or [AsyncAPI](https://www.asyncapi.com/docs/reference/specification/latest) (2.x), you can do any of the following:
- Validate an API document before publishing to your documentation.
-- Publish an API document to your Bump.sh documentation or hubs.
-- Compare two API documents to generate a human-readable diff from your API definition.
+- [Publish an API document](#the-deploy-command) to your Bump.sh documentation or hubs.
+- [Compare two API documents](#the-diff-command) to generate a human-readable diff from your API definition.
Under the hood, it uses the API of [developers.bump.sh](https://developers.bump.sh). And is built with the [`oclif`](https://oclif.io) framework in Typescript.
+Using [Flower](https://docs.bump.sh/help/mcp-servers/specification-support/flower-support/) or [Arazzo](https://docs.bump.sh/arazzo/v1.0/), you can:
+
+- [Deploy a workflow document](#deploy-a-workflow-document-on-your-mcp-server) to your Bump.sh MCP server
+
[](https://npmjs.org/package/bump-cli)
[](https://github.com/bump-sh/cli/actions/workflows/checks.yml)
[](https://github.com/bump-sh/cli/blob/master/package.json)
@@ -177,9 +181,13 @@ Please check `bump deploy --help` for more usage details.
#### Deploy a workflow document on your MCP server
-Use the `bump deploy` command with the `--mcp-server` flag to push a workflow definition to your MCP server,
-following [Flower](https://docs.bump.sh/help/mcp-servers/specification-support/flower-support/)
-or [Arazzo](https://docs.bump.sh/arazzo/v1.0/) specification.
+Use the `bump deploy` command with the `--mcp-server` flag to push a
+workflow definition to your MCP server.
+
+Documents following either [Arazzo](https://docs.bump.sh/arazzo/v1.0/)
+or
+[Flower](https://docs.bump.sh/help/mcp-servers/specification-support/flower-support/)
+specification are supported.
```shell
@@ -189,7 +197,8 @@ bump deploy path/to/flower-or-arazzo-document.yml --mcp-server my-mcp-server-id-
> [!NOTE]
> You can find your own `mcp-server-id-or-slug` and `$BUMP_TOKEN` api key from your [MCP server settings](https://bump.sh/dashboard) at 'https://bump.sh/{your-organization}/workflow/set/{mcp-server-id}/tokens'.
-More details about the MCP server feature are available on [this dedicated help section](https://docs.bump.sh/help/mcp-servers/).
+More details about the MCP server feature are available on [this
+dedicated help section](https://docs.bump.sh/help/mcp-servers/).
This feature is currently in closed beta.
Request an early access at hello@bump.sh
From fd65a5b1c883ad4e073f97c25a9d79e4478763ef Mon Sep 17 00:00:00 2001
From: "Paul B."
Date: Fri, 10 Apr 2026 10:12:05 +0200
Subject: [PATCH 2/2] Have fun !
Stay kind, Stay free.
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index ad9f4f20..eaaa77fa 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,8 @@ Using [Flower](https://docs.bump.sh/help/mcp-servers/specification-support/flowe
- [Deploy a workflow document](#deploy-a-workflow-document-on-your-mcp-server) to your Bump.sh MCP server
+Have fun designing APIs ✨.
+
[](https://npmjs.org/package/bump-cli)
[](https://github.com/bump-sh/cli/actions/workflows/checks.yml)
[](https://github.com/bump-sh/cli/blob/master/package.json)