@avallon-labs/mcp 17.6.0-staging.423 → 18.0.0
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/index.js
CHANGED
|
@@ -3405,8 +3405,7 @@ var ListArtifactsResponseItem = zod.object({
|
|
|
3405
3405
|
created_at: zod.string().datetime({}),
|
|
3406
3406
|
created_at_document: zod.union([zod.string(), zod.null()]),
|
|
3407
3407
|
updated_at: zod.string().datetime({}),
|
|
3408
|
-
has_content: zod.boolean()
|
|
3409
|
-
status: zod.enum(["processing", "completed", "failed"])
|
|
3408
|
+
has_content: zod.boolean()
|
|
3410
3409
|
});
|
|
3411
3410
|
var ListArtifactsResponse = zod.array(ListArtifactsResponseItem);
|
|
3412
3411
|
var GetArtifactParams = zod.object({
|
|
@@ -3421,8 +3420,7 @@ var GetArtifactResponse = zod.object({
|
|
|
3421
3420
|
created_at: zod.string().datetime({}),
|
|
3422
3421
|
created_at_document: zod.union([zod.string(), zod.null()]),
|
|
3423
3422
|
updated_at: zod.string().datetime({}),
|
|
3424
|
-
content_md: zod.union([zod.string(), zod.null()])
|
|
3425
|
-
status: zod.enum(["processing", "completed", "failed"])
|
|
3423
|
+
content_md: zod.union([zod.string(), zod.null()])
|
|
3426
3424
|
})
|
|
3427
3425
|
});
|
|
3428
3426
|
var getArtifactMetadataKeysQueryLimitDefault = 100;
|
|
@@ -3459,8 +3457,7 @@ var UpdateArtifactMetadataResponse = zod.object({
|
|
|
3459
3457
|
created_at: zod.string().datetime({}),
|
|
3460
3458
|
created_at_document: zod.union([zod.string(), zod.null()]),
|
|
3461
3459
|
updated_at: zod.string().datetime({}),
|
|
3462
|
-
content_md: zod.union([zod.string(), zod.null()])
|
|
3463
|
-
status: zod.enum(["processing", "completed", "failed"])
|
|
3460
|
+
content_md: zod.union([zod.string(), zod.null()])
|
|
3464
3461
|
})
|
|
3465
3462
|
});
|
|
3466
3463
|
var SignUpBody = zod.object({
|
|
@@ -5604,4 +5601,4 @@ var transport = new StdioServerTransport();
|
|
|
5604
5601
|
server.connect(transport).then(() => {
|
|
5605
5602
|
console.error("MCP server running on stdio");
|
|
5606
5603
|
}).catch(console.error);
|
|
5607
|
-
//# sourceMappingURL=server-
|
|
5604
|
+
//# sourceMappingURL=server-D6OQWFIX.js.map
|