mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
added mcp ui as tool
This commit is contained in:
@@ -62,7 +62,11 @@ export class DataController extends Controller {
|
||||
hono.get(
|
||||
"/sync",
|
||||
permission(DataPermissions.databaseSync),
|
||||
mcpTool("data_sync"),
|
||||
mcpTool("data_sync", {
|
||||
annotations: {
|
||||
destructiveHint: true,
|
||||
},
|
||||
}),
|
||||
describeRoute({
|
||||
summary: "Sync database schema",
|
||||
tags: ["data"],
|
||||
|
||||
Reference in New Issue
Block a user