@sakupa/mcp 0.7.30 → 0.7.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin.js +3 -3
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -129,7 +129,7 @@ var FORBIDDEN_PATH_SEGMENTS = [
|
|
|
129
129
|
var ALLOWED_HIDDEN_PATHS = [".well-known/"];
|
|
130
130
|
|
|
131
131
|
// ../core/dist/domain/version.js
|
|
132
|
-
var SAKUPA_MCP_VERSION = "0.7.
|
|
132
|
+
var SAKUPA_MCP_VERSION = "0.7.31";
|
|
133
133
|
|
|
134
134
|
// ../core/dist/domain/errors.js
|
|
135
135
|
var HTTP_STATUS = {
|
|
@@ -3383,8 +3383,8 @@ function registerBillingTools(server, baseCtx) {
|
|
|
3383
3383
|
outcome: "waiting_user",
|
|
3384
3384
|
resultCode: "stripe_subscription_management_required",
|
|
3385
3385
|
operationId: args.operationId,
|
|
3386
|
-
summary:
|
|
3387
|
-
data: { result },
|
|
3386
|
+
summary: `Stripe subscription-management link (present this exact URL to the user): ${result.portalUrl}. The subscription has NOT changed yet. Stripe is the authoritative place to choose Water, Personal, Share, Business, or period-end cancellation. After Stripe confirmation, upgrades start a new billing cycle immediately at full price; downgrades and cancellation take effect at the current period end. The authoritative plan order from lowest to highest is Water, Personal, Share, Business; never describe a lower-ranked plan as an upgrade. Query billing after the user finishes.`,
|
|
3387
|
+
data: { portalUrl: result.portalUrl, result },
|
|
3388
3388
|
userAction: {
|
|
3389
3389
|
type: "open_url",
|
|
3390
3390
|
provider: "stripe",
|
package/dist/index.js
CHANGED
|
@@ -124,7 +124,7 @@ var FORBIDDEN_PATH_SEGMENTS = [
|
|
|
124
124
|
var ALLOWED_HIDDEN_PATHS = [".well-known/"];
|
|
125
125
|
|
|
126
126
|
// ../core/dist/domain/version.js
|
|
127
|
-
var SAKUPA_MCP_VERSION = "0.7.
|
|
127
|
+
var SAKUPA_MCP_VERSION = "0.7.31";
|
|
128
128
|
|
|
129
129
|
// ../core/dist/domain/errors.js
|
|
130
130
|
var HTTP_STATUS = {
|
|
@@ -3576,8 +3576,8 @@ function registerBillingTools(server, baseCtx) {
|
|
|
3576
3576
|
outcome: "waiting_user",
|
|
3577
3577
|
resultCode: "stripe_subscription_management_required",
|
|
3578
3578
|
operationId: args.operationId,
|
|
3579
|
-
summary:
|
|
3580
|
-
data: { result },
|
|
3579
|
+
summary: `Stripe subscription-management link (present this exact URL to the user): ${result.portalUrl}. The subscription has NOT changed yet. Stripe is the authoritative place to choose Water, Personal, Share, Business, or period-end cancellation. After Stripe confirmation, upgrades start a new billing cycle immediately at full price; downgrades and cancellation take effect at the current period end. The authoritative plan order from lowest to highest is Water, Personal, Share, Business; never describe a lower-ranked plan as an upgrade. Query billing after the user finishes.`,
|
|
3580
|
+
data: { portalUrl: result.portalUrl, result },
|
|
3581
3581
|
userAction: {
|
|
3582
3582
|
type: "open_url",
|
|
3583
3583
|
provider: "stripe",
|