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

@@ -2,6 +2,14 @@ import * as s from "jsonv-ts";
export { validator as jsc, type Options } from "jsonv-ts/hono";
export { describeRoute, schemaToSpec, openAPISpecs } from "jsonv-ts/hono";
export {
mcp,
McpServer,
Resource,
Tool,
type ToolAnnotation,
type ToolHandlerCtx,
} from "jsonv-ts/mcp";
export { secret, SecretSchema } from "./secret";