This commit is contained in:
Dax Raad
2025-06-05 13:33:14 -04:00
parent e3d5af2855
commit 299a74061a
2 changed files with 13 additions and 11 deletions

View File

@@ -57,6 +57,7 @@ export namespace Config {
})
.optional(),
mcp: z.record(z.string(), Mcp).optional(),
models: z.record(z.string(), Provider.Model.array()).optional(),
})
.strict()