mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 16:16:02 +00:00
added data mcp tests
This commit is contained in:
@@ -83,7 +83,10 @@ export const dataConfigSchema = $object("config_data", {
|
||||
relations: $record("config_data_relations", s.anyOf(relationsSchema), {
|
||||
default: {},
|
||||
}).optional(),
|
||||
indices: $record("config_data_indices", indicesSchema, { default: {} }).optional(),
|
||||
indices: $record("config_data_indices", indicesSchema, {
|
||||
default: {},
|
||||
mcp: { update: false },
|
||||
}).optional(),
|
||||
}).strict();
|
||||
|
||||
export type AppDataConfig = s.Static<typeof dataConfigSchema>;
|
||||
|
||||
Reference in New Issue
Block a user