@sellable/mcp 0.1.524 → 0.1.525

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.
@@ -1058,6 +1058,7 @@ export async function getRefillTargetPlan(input = {}) {
1058
1058
  senders: input.senders,
1059
1059
  actionTypes: input.actionTypes,
1060
1060
  approvalMode: input.approvalMode,
1061
+ paidInmailCreditsMaxStalenessSeconds: MCP_PAID_INMAIL_CREDITS_MAX_STALENESS_SECONDS,
1061
1062
  ...(workspaceId ? { workspaceId } : {}),
1062
1063
  }, workspaceId ?? undefined);
1063
1064
  const sanitized = sanitizeRefillTargetPlanResult(result);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/mcp",
3
- "version": "0.1.524",
3
+ "version": "0.1.525",
4
4
  "type": "module",
5
5
  "description": "Sellable MCP server for Claude Code and Codex campaign workflows",
6
6
  "main": "dist/index.js",