Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/_help/continuous-integration/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ 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 deploy a [Flower](/help/mcp-servers/specification-support/flower-support/) or Arazzo (soon) workflow document.
Use the `bump deploy` command with the `--mcp-server` flag to deploy a [Flower](/help/mcp-servers/specification-support/flower-support/) or Arazzo workflow document.

```shell
bump deploy path/to/flower-document.yml --mcp-server my-mcp-server-id-or-slug --token $BUMP_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion src/_help/continuous-integration/github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ In order to deploy the 3 services API definition files from this folder (`privat

### Deploy a workflow document for your MCP server

Replace `BUMP_MCP_SERVER_ID_OR_SLUG`with the slug (or id) of your MCP server. It can be found in your MCP server settings. Don't forget to replace the `file` path with the path to your [Flower](/help/mcp-servers/specification-support/flower-support/) or Arazzo (soon) workflow document.
Replace `BUMP_MCP_SERVER_ID_OR_SLUG`with the slug (or id) of your MCP server. It can be found in your MCP server settings. Don't forget to replace the `file` path with the path to your [Flower](/help/mcp-servers/specification-support/flower-support/) or Arazzo workflow document.

`.github/workflows/bump.yml`

Expand Down
Loading