Skip to content
Open
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
8 changes: 0 additions & 8 deletions .changeset/safe-mcp-package.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/safe-mpp-redirects.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stripe/link-cli",
"version": "0.19.1",
"version": "0.19.2",
"type": "module",
"bin": {
"link-cli": "./dist/cli.js"
Expand Down