@forklaunch/core 0.17.0 → 0.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/{apiDefinition.types--RSi8f6C.d.mts → apiDefinition.types-XZ0lrfFc.d.mts} +1 -1
- package/lib/{apiDefinition.types--RSi8f6C.d.ts → apiDefinition.types-XZ0lrfFc.d.ts} +1 -1
- package/lib/http/index.d.mts +3 -3
- package/lib/http/index.d.ts +3 -3
- package/lib/http/index.js +2 -2
- package/lib/http/index.js.map +1 -1
- package/lib/http/index.mjs +1 -1
- package/lib/http/index.mjs.map +1 -1
- package/lib/persistence/index.d.mts +6 -3
- package/lib/persistence/index.d.ts +6 -3
- package/lib/persistence/index.js +11 -3
- package/lib/persistence/index.js.map +1 -1
- package/lib/persistence/index.mjs +11 -3
- package/lib/persistence/index.mjs.map +1 -1
- package/lib/ws/index.d.mts +2 -2
- package/lib/ws/index.d.ts +2 -2
- package/package.json +4 -4
package/lib/http/index.mjs
CHANGED
|
@@ -3168,8 +3168,8 @@ var httpStatusCodes_default = HTTPStatuses;
|
|
|
3168
3168
|
|
|
3169
3169
|
// src/http/mcpGenerator/mcpGenerator.ts
|
|
3170
3170
|
import { isNever as isNever3, isRecord as isRecord3, safeStringify as safeStringify4 } from "@forklaunch/common";
|
|
3171
|
-
import { FastMCP } from "@forklaunch/fastmcp-fork";
|
|
3172
3171
|
import { string, ZodSchemaValidator } from "@forklaunch/validator/zod";
|
|
3172
|
+
import { FastMCP } from "fastmcp";
|
|
3173
3173
|
|
|
3174
3174
|
// src/http/router/unpackRouters.ts
|
|
3175
3175
|
function unpackRouters(routers, recursiveBasePath = []) {
|