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