mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 04:46:05 +00:00
mcp: added auth tests, updated data tests
This commit is contained in:
@@ -72,6 +72,7 @@ export const authConfigSchema = $object(
|
||||
},
|
||||
s.strictObject({
|
||||
type: s.string(),
|
||||
enabled: s.boolean({ default: true }).optional(),
|
||||
config: s.object({}),
|
||||
}),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user