mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
fixing jsonv-ts imports
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
import * as s from "jsonv-ts";
|
||||
import { type Resource, Tool, type ToolAnnotation, type ToolHandlerCtx } from "jsonv-ts/mcp";
|
||||
import { excludePropertyTypes, rescursiveClean } from "./utils";
|
||||
import { autoFormatString, getPath } from "bknd/utils";
|
||||
import {
|
||||
type Resource,
|
||||
Tool,
|
||||
type ToolAnnotation,
|
||||
type ToolHandlerCtx,
|
||||
autoFormatString,
|
||||
getPath,
|
||||
s,
|
||||
} from "bknd/utils";
|
||||
import type { App } from "App";
|
||||
import type { ModuleBuildContext } from "modules";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user