@crediolabs/policy-builder-mcp 0.1.7 → 0.1.8
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/src/schemas.d.ts
CHANGED
|
@@ -368,16 +368,19 @@ export declare const SynthesizePolicyToolShape: {
|
|
|
368
368
|
validUntilLedger: z.ZodOptional<z.ZodNumber>;
|
|
369
369
|
limitAmount: z.ZodOptional<z.ZodString>;
|
|
370
370
|
invocationLimit: z.ZodOptional<z.ZodNumber>;
|
|
371
|
+
swapRecipientAllowlist: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
371
372
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
372
373
|
windowSeconds: z.ZodOptional<z.ZodNumber>;
|
|
373
374
|
validUntilLedger: z.ZodOptional<z.ZodNumber>;
|
|
374
375
|
limitAmount: z.ZodOptional<z.ZodString>;
|
|
375
376
|
invocationLimit: z.ZodOptional<z.ZodNumber>;
|
|
377
|
+
swapRecipientAllowlist: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
376
378
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
377
379
|
windowSeconds: z.ZodOptional<z.ZodNumber>;
|
|
378
380
|
validUntilLedger: z.ZodOptional<z.ZodNumber>;
|
|
379
381
|
limitAmount: z.ZodOptional<z.ZodString>;
|
|
380
382
|
invocationLimit: z.ZodOptional<z.ZodNumber>;
|
|
383
|
+
swapRecipientAllowlist: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
381
384
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
382
385
|
readonly confidenceOverride: z.ZodOptional<z.ZodObject<{
|
|
383
386
|
threshold: z.ZodNumber;
|
|
@@ -368,16 +368,19 @@ export declare const SynthesizePolicyToolShape: {
|
|
|
368
368
|
validUntilLedger: z.ZodOptional<z.ZodNumber>;
|
|
369
369
|
limitAmount: z.ZodOptional<z.ZodString>;
|
|
370
370
|
invocationLimit: z.ZodOptional<z.ZodNumber>;
|
|
371
|
+
swapRecipientAllowlist: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
371
372
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
372
373
|
windowSeconds: z.ZodOptional<z.ZodNumber>;
|
|
373
374
|
validUntilLedger: z.ZodOptional<z.ZodNumber>;
|
|
374
375
|
limitAmount: z.ZodOptional<z.ZodString>;
|
|
375
376
|
invocationLimit: z.ZodOptional<z.ZodNumber>;
|
|
377
|
+
swapRecipientAllowlist: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
376
378
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
377
379
|
windowSeconds: z.ZodOptional<z.ZodNumber>;
|
|
378
380
|
validUntilLedger: z.ZodOptional<z.ZodNumber>;
|
|
379
381
|
limitAmount: z.ZodOptional<z.ZodString>;
|
|
380
382
|
invocationLimit: z.ZodOptional<z.ZodNumber>;
|
|
383
|
+
swapRecipientAllowlist: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
381
384
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
382
385
|
readonly confidenceOverride: z.ZodOptional<z.ZodObject<{
|
|
383
386
|
threshold: z.ZodNumber;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crediolabs/policy-builder-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "MCP server exposing the OZ policy-synth core (record_transaction + synthesize_policy) over stdio and Streamable HTTP transports.",
|
|
6
6
|
"type": "module",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"prepack": "bun run build"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@crediolabs/policy-synth": "0.1.
|
|
66
|
+
"@crediolabs/policy-synth": "0.1.6",
|
|
67
67
|
"@modelcontextprotocol/sdk": "1.18.1",
|
|
68
68
|
"zod": "3.25.76"
|
|
69
69
|
},
|