added mcp tests for media

This commit is contained in:
dswbx
2025-08-12 20:57:13 +02:00
parent bd3d2ea900
commit a6ed74d904
5 changed files with 112 additions and 14 deletions

View File

@@ -39,6 +39,7 @@ export function buildMediaSchema() {
},
{ default: {} },
),
// @todo: currently cannot be updated partially using mcp
adapter: $schema(
"config_media_adapter",
s.anyOf(Object.values(adapterSchemaObject)),