@avallon-labs/mcp 16.3.0 → 17.0.0-staging.398
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
|
@@ -3905,7 +3905,7 @@ var ListExtractorsResponseItem = zod.object({
|
|
|
3905
3905
|
});
|
|
3906
3906
|
var ListExtractorsResponse = zod.array(ListExtractorsResponseItem);
|
|
3907
3907
|
var GetExtractorParams = zod.object({
|
|
3908
|
-
id: zod.string().
|
|
3908
|
+
id: zod.string().uuid()
|
|
3909
3909
|
});
|
|
3910
3910
|
var GetExtractorResponse = zod.object({
|
|
3911
3911
|
data: zod.object({
|
|
@@ -5212,4 +5212,4 @@ var transport = new StdioServerTransport();
|
|
|
5212
5212
|
server.connect(transport).then(() => {
|
|
5213
5213
|
console.error("MCP server running on stdio");
|
|
5214
5214
|
}).catch(console.error);
|
|
5215
|
-
//# sourceMappingURL=server-
|
|
5215
|
+
//# sourceMappingURL=server-7A53IGNW.js.map
|