mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 16:16:02 +00:00
mcp: added path config, register at /api path by default to work with frameworks
This commit is contained in:
@@ -24,6 +24,7 @@ export const serverConfigSchema = $object(
|
||||
}),
|
||||
mcp: s.strictObject({
|
||||
enabled: s.boolean({ default: false }),
|
||||
path: s.string({ default: "/api/system/mcp" }),
|
||||
}),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user