mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
added mcp tools from routes
This commit is contained in:
@@ -39,9 +39,7 @@ export function buildMediaSchema() {
|
||||
},
|
||||
{ default: {} },
|
||||
),
|
||||
adapter: $record("config_media_adapter", s.anyOf(Object.values(adapterSchemaObject)), {
|
||||
maxProperties: 1,
|
||||
}).optional(),
|
||||
adapter: s.anyOf(Object.values(adapterSchemaObject)).optional(),
|
||||
},
|
||||
{
|
||||
default: {},
|
||||
|
||||
Reference in New Issue
Block a user