@forklaunch/core 0.12.1 → 0.12.3
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/http/index.d.mts +1 -1
- package/lib/http/index.d.ts +1 -1
- 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/package.json +4 -4
package/lib/http/index.mjs
CHANGED
@@ -2675,8 +2675,8 @@ var httpStatusCodes_default = HTTPStatuses;
|
|
2675
2675
|
|
2676
2676
|
// src/http/mcpGenerator/mcpGenerator.ts
|
2677
2677
|
import { isNever as isNever3, isRecord as isRecord3, safeStringify } from "@forklaunch/common";
|
2678
|
+
import { FastMCP } from "@forklaunch/fastmcp-fork";
|
2678
2679
|
import { string, ZodSchemaValidator } from "@forklaunch/validator/zod";
|
2679
|
-
import { FastMCP } from "fastmcp";
|
2680
2680
|
|
2681
2681
|
// src/http/guards/isVersionedInputSchema.ts
|
2682
2682
|
function isUnionable(schema) {
|