@capivv/mcp-server 0.5.12 → 0.5.13

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.
@@ -5,6 +5,8 @@ export function registerDeleteAppleIapTool(server, client) {
5
5
  '',
6
6
  "**Destructive.** Apple returns 204 on delete and 404 on already-deleted (treated as success).",
7
7
  '',
8
+ "**Apple productID cooldown — important.** Apple holds the deleted productId reserved for ~90 days. After deleting, recreating with the SAME productId will 409 DUPLICATE until the cooldown expires. If you need to recreate immediately, use a new productId (e.g. append `_v2`) — the alternative is waiting 90 days.",
9
+ '',
8
10
  'Get apple_iap_id from capivv_list_apple_iaps or App Store Connect.',
9
11
  ].join(' '), {
10
12
  apple_iap_id: z
@@ -5,6 +5,8 @@ export function registerDeleteAppleSubscriptionTool(server, client) {
5
5
  '',
6
6
  "**Destructive.** Apple's API returns 204 on delete and 404 on already-deleted (treated as success). Once deleted the subscription is gone from ASC.",
7
7
  '',
8
+ "**Apple productID cooldown — important.** Apple holds the deleted productId reserved for ~90 days. After deleting, recreating with the SAME productId will 409 DUPLICATE until the cooldown expires. If you need to recreate immediately, use a new productId (e.g. append `_v2`) — the alternative is waiting 90 days.",
9
+ '',
8
10
  'Get apple_subscription_id from capivv_list_apple_subscriptions or App Store Connect.',
9
11
  ].join(' '), {
10
12
  apple_subscription_id: z
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capivv/mcp-server",
3
- "version": "0.5.12",
3
+ "version": "0.5.13",
4
4
  "description": "MCP server for managing Capivv subscription platform via AI assistants",
5
5
  "type": "module",
6
6
  "bin": {