fixing jsonv-ts imports

This commit is contained in:
dswbx
2025-08-02 16:47:24 +02:00
parent 104885ea5c
commit 5e5f0ef70f
10 changed files with 27 additions and 18 deletions

View File

@@ -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";

View File

@@ -1,5 +1,4 @@
import * as s from "jsonv-ts";
import { isPlainObject, transformObject } from "bknd/utils";
import { isPlainObject, transformObject, s } from "bknd/utils";
export function rescursiveClean(
input: s.Schema,