From 06152ecd00439efd2b6bf05178f3fcbd5dea4039 Mon Sep 17 00:00:00 2001 From: Polo M2B Date: Mon, 16 Feb 2026 11:23:56 +0100 Subject: [PATCH] Readme: document mcp-server option Explain in the Readme how to use mcp server deployment option Co-authored-by: Paul B. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 1c739bbc..95a071f5 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,20 @@ bump deploy path/to/api-document.yml --dry-run --doc my-documentation --token $D 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. + +```shell +bump deploy path/to/flower-document.yml --mcp-server my-mcp-server-id-or-slug --token $BUMP_TOKEN +``` + +> [!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'. + +This feature is currently in closed beta. +Request an early access at hello@bump.sh + ### The `diff` command Using the `diff` command can help to spot differences between the local API