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