@forklaunch/core 0.12.1 → 0.12.2

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.
@@ -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) {