listbee-mcp 0.16.0 → 0.16.1
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/generated/meta.js +2 -2
- package/dist/generated/schemas.js +2 -2
- package/mcp-tools.yaml +1 -1
- package/package.json +1 -1
package/dist/generated/meta.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
// source: openapi.json + mcp-tools.yaml
|
|
3
3
|
// Regenerate with: npm run generate
|
|
4
4
|
// openapi_version: 1.0.0
|
|
5
|
-
// generated_at: 2026-04-
|
|
6
|
-
// sha256:
|
|
5
|
+
// generated_at: 2026-04-19T08:53:14.554Z
|
|
6
|
+
// sha256: 4b87e760c97350887e9c50c1a9cbfd8bec0a6f0efe442de8adf344d00b385c8b
|
|
7
7
|
export const meta = {
|
|
8
8
|
api_key_self_revoke: {
|
|
9
9
|
operationId: "api_key_self_revoke",
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
// source: openapi.json + mcp-tools.yaml
|
|
3
3
|
// Regenerate with: npm run generate
|
|
4
4
|
// openapi_version: 1.0.0
|
|
5
|
-
// generated_at: 2026-04-
|
|
6
|
-
// sha256:
|
|
5
|
+
// generated_at: 2026-04-19T08:53:14.554Z
|
|
6
|
+
// sha256: 4b87e760c97350887e9c50c1a9cbfd8bec0a6f0efe442de8adf344d00b385c8b
|
|
7
7
|
import { z } from "zod";
|
|
8
8
|
// Tool name → Zod schema (null means the tool takes no inputs)
|
|
9
9
|
export const schemas = {
|
package/mcp-tools.yaml
CHANGED
|
@@ -111,7 +111,7 @@ tools:
|
|
|
111
111
|
- "signing_secret is returned ONCE at creation — store it immediately. It's the HMAC key for webhook verification."
|
|
112
112
|
- "Stateless agents: pass your own signing_secret (≥16 chars) in the request so you never need to persist ListBee's generated value."
|
|
113
113
|
- "metadata is your stateless context scratchpad. Up to 50 KB (50 keys × 10,000 chars per value). Flows back in the order.paid webhook; NOT forwarded to Stripe."
|
|
114
|
-
- "url is a composite /
|
|
114
|
+
- "url is a composite /{id}/{slug} on buy.listbee.so — safe to share. The slug is derived from name; if name changes later, old slug URLs still work."
|
|
115
115
|
- "image_url must be agent-hosted https://. ListBee does not fetch, cache, or validate images."
|
|
116
116
|
- "Check readiness.buyable before sharing the URL with buyers. If false, readiness.actions[0] (or readiness.next) tells you how to resolve. kind: human means a human must act (Stripe Connect); kind: api means an agent can resolve it."
|
|
117
117
|
- "checkout_schema max 5 fields (email is always auto-collected alongside). Keep it tight — every field costs conversion."
|