pull/81/head
Dax Raad 2025-06-05 13:51:06 -04:00
parent 3cd7ae0807
commit 241c366164
1 changed files with 0 additions and 1 deletions

View File

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