diff --git a/src/_help/continuous-integration/cli.md b/src/_help/continuous-integration/cli.md index 19b277b4..98e16f03 100644 --- a/src/_help/continuous-integration/cli.md +++ b/src/_help/continuous-integration/cli.md @@ -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 diff --git a/src/_help/continuous-integration/github-actions.md b/src/_help/continuous-integration/github-actions.md index 0829a6bd..60f246c1 100644 --- a/src/_help/continuous-integration/github-actions.md +++ b/src/_help/continuous-integration/github-actions.md @@ -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`