From 2d223be1ec41da5243634b3f9474a9c64c59c0f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 15:00:16 +0000 Subject: [PATCH] Version Packages --- .changeset/safe-mcp-package.md | 8 -------- .changeset/safe-mpp-redirects.md | 8 -------- packages/cli/CHANGELOG.md | 13 +++++++++++++ packages/cli/package.json | 2 +- 4 files changed, 14 insertions(+), 17 deletions(-) delete mode 100644 .changeset/safe-mcp-package.md delete mode 100644 .changeset/safe-mpp-redirects.md diff --git a/.changeset/safe-mcp-package.md b/.changeset/safe-mcp-package.md deleted file mode 100644 index e66ed00..0000000 --- a/.changeset/safe-mcp-package.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@stripe/link-cli': patch ---- - -Register the MCP server with its standalone executable when applicable, or the -detected package runner and versioned `@stripe/link-cli` package. Existing MCP -registrations are not updated automatically; rerun `link-cli mcp add` after -upgrading to replace the generated `link-cli` entry. diff --git a/.changeset/safe-mpp-redirects.md b/.changeset/safe-mpp-redirects.md deleted file mode 100644 index dc551df..0000000 --- a/.changeset/safe-mpp-redirects.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@stripe/link-cli': patch ---- - -Send MPP payment credentials only to the URL that returned the payment challenge. -Approved spend requests and paid retries now reject redirects instead of moving -credentials to a new destination. Remote MPP endpoints must use HTTPS; HTTP -remains supported for exact loopback addresses used in local development. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0e0e265..4da05ea 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,18 @@ # @stripe/link-cli +## 0.19.2 + +### Patch Changes + +- eb2bb0e: Register the MCP server with its standalone executable when applicable, or the + detected package runner and versioned `@stripe/link-cli` package. Existing MCP + registrations are not updated automatically; rerun `link-cli mcp add` after + upgrading to replace the generated `link-cli` entry. +- 4aa62ba: Send MPP payment credentials only to the URL that returned the payment challenge. + Approved spend requests and paid retries now reject redirects instead of moving + credentials to a new destination. Remote MPP endpoints must use HTTPS; HTTP + remains supported for exact loopback addresses used in local development. + ## 0.19.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 50bd0a0..110986d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stripe/link-cli", - "version": "0.19.1", + "version": "0.19.2", "type": "module", "bin": { "link-cli": "./dist/cli.js"