@sellable/mcp 0.1.881 → 0.1.882

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.
@@ -259,7 +259,7 @@ export const integrationsToolDefinitions = [
259
259
  },
260
260
  {
261
261
  name: "integrations_call_tool",
262
- description: "Run one allowed provider action against a connected account. The exact account is resolved server-side from the binding — you never pass an account id, and one passed in the arguments is rejected. An action outside the reviewed allowlist is refused permanently: that is a policy decision, not a validation problem, so do not retry it with different arguments. An 'approval_required' outcome means a human must approve this exact call on the Integrations page first.",
262
+ description: "Run one allowed provider action against a connected account. The exact account is resolved server-side from the binding — you never pass an account id, and one passed in the arguments is rejected. An action outside the reviewed allowlist is refused permanently: that is a policy decision, not a validation problem, so do not retry it with different arguments. An 'approval_required' outcome is a chat-native pause: ask a verified human to approve or deny this exact call in the same chat. After a later approval message, retry once with the unchanged selector, toolName, and arguments plus the returned approvalId. No separate UI is required.",
263
263
  inputSchema: {
264
264
  type: "object",
265
265
  properties: {
@@ -279,7 +279,7 @@ export const integrationsToolDefinitions = [
279
279
  type: "string",
280
280
  minLength: 1,
281
281
  maxLength: 128,
282
- description: "The approval reference returned by a previous approval_required outcome for these EXACT arguments.",
282
+ description: "The approval reference returned by a previous approval_required outcome. Pass it only after a later verified human message in the same selected chat approves this EXACT call, and retry with the unchanged selector, toolName, and arguments.",
283
283
  },
284
284
  },
285
285
  required: ["toolName"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/mcp",
3
- "version": "0.1.881",
3
+ "version": "0.1.882",
4
4
  "type": "module",
5
5
  "description": "Sellable MCP server for Claude Code, Codex, and Hermes campaign workflows",
6
6
  "main": "dist/index.js",