@avallon-labs/mcp 3.6.0 → 4.0.0-staging.181
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
|
@@ -2815,7 +2815,6 @@ var GetCallEvaluationResponse = zod.object({
|
|
|
2815
2815
|
zod.object({
|
|
2816
2816
|
slug: zod.string(),
|
|
2817
2817
|
name: zod.string(),
|
|
2818
|
-
block_name: zod.string(),
|
|
2819
2818
|
question: zod.string(),
|
|
2820
2819
|
pass: zod.union([zod.boolean(), zod.null()]),
|
|
2821
2820
|
score: zod.union([zod.number(), zod.null()]),
|
|
@@ -4304,4 +4303,4 @@ var transport = new StdioServerTransport();
|
|
|
4304
4303
|
server.connect(transport).then(() => {
|
|
4305
4304
|
console.error("MCP server running on stdio");
|
|
4306
4305
|
}).catch(console.error);
|
|
4307
|
-
//# sourceMappingURL=server-
|
|
4306
|
+
//# sourceMappingURL=server-P6VUOJQX.js.map
|