fix types, refactor db manager to db

This commit is contained in:
dswbx
2025-09-04 13:00:27 +02:00
parent 758a89b5d7
commit 2c5371610b
14 changed files with 23 additions and 29 deletions

View File

@@ -10,7 +10,7 @@ import {
} from "bknd/utils";
import type { ModuleBuildContext } from "modules";
import { excludePropertyTypes, rescursiveClean } from "./utils";
import type { DbModuleManager } from "modules/manager/DbModuleManager";
import type { DbModuleManager } from "modules/db/DbModuleManager";
export const mcpSchemaSymbol = Symbol.for("bknd-mcp-schema");