@kubb/mcp 5.0.0-alpha.2 → 5.0.0-alpha.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/dist/index.cjs CHANGED
@@ -33,7 +33,7 @@ let _kubb_core = require("@kubb/core");
33
33
  let jiti = require("jiti");
34
34
  jiti = __toESM(jiti);
35
35
  //#region package.json
36
- var version = "5.0.0-alpha.2";
36
+ var version = "5.0.0-alpha.3";
37
37
  //#endregion
38
38
  //#region src/schemas/generateSchema.ts
39
39
  const generateSchema = zod.z.object({
package/dist/index.js CHANGED
@@ -8,7 +8,7 @@ import path from "node:path";
8
8
  import { safeBuild, setup } from "@kubb/core";
9
9
  import createJiti from "jiti";
10
10
  //#region package.json
11
- var version = "5.0.0-alpha.2";
11
+ var version = "5.0.0-alpha.3";
12
12
  //#endregion
13
13
  //#region src/schemas/generateSchema.ts
14
14
  const generateSchema = z.object({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/mcp",
3
- "version": "5.0.0-alpha.2",
3
+ "version": "5.0.0-alpha.3",
4
4
  "description": "Model Context Protocol (MCP) server for Kubb, enabling AI assistants to generate code from OpenAPI specifications.",
5
5
  "keywords": [
6
6
  "mcp",
@@ -55,7 +55,7 @@
55
55
  "@modelcontextprotocol/sdk": "^1.27.1",
56
56
  "jiti": "2.5.1",
57
57
  "zod": "^4.3.6",
58
- "@kubb/core": "5.0.0-alpha.2"
58
+ "@kubb/core": "5.0.0-alpha.3"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "@kubb/fabric-core": "0.13.3",