@kubb/mcp 5.0.0-beta.81 → 5.0.0-beta.82

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
@@ -38,7 +38,7 @@ let jiti = require("jiti");
38
38
  let node_process = require("node:process");
39
39
  node_process = __toESM(node_process, 1);
40
40
  //#region package.json
41
- var version = "5.0.0-beta.81";
41
+ var version = "5.0.0-beta.82";
42
42
  //#endregion
43
43
  //#region ../../internals/utils/src/errors.ts
44
44
  /**
package/dist/index.js CHANGED
@@ -12,7 +12,7 @@ import path from "node:path";
12
12
  import { createJiti } from "jiti";
13
13
  import process$1 from "node:process";
14
14
  //#region package.json
15
- var version = "5.0.0-beta.81";
15
+ var version = "5.0.0-beta.82";
16
16
  //#endregion
17
17
  //#region ../../internals/utils/src/errors.ts
18
18
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/mcp",
3
- "version": "5.0.0-beta.81",
3
+ "version": "5.0.0-beta.82",
4
4
  "description": "MCP server for Kubb. Exposes code generation as a tool over the Model Context Protocol so AI assistants like Claude, Cursor, and other MCP-compatible clients can generate TypeScript types, clients, and more.",
5
5
  "keywords": [
6
6
  "ai",
@@ -51,16 +51,16 @@
51
51
  "jiti": "^2.7.0",
52
52
  "tmcp": "^1.19.4",
53
53
  "valibot": "^1.4.2",
54
- "@kubb/adapter-oas": "5.0.0-beta.81",
55
- "@kubb/core": "5.0.0-beta.81"
54
+ "@kubb/adapter-oas": "5.0.0-beta.82",
55
+ "@kubb/core": "5.0.0-beta.82"
56
56
  },
57
57
  "devDependencies": {
58
- "@internals/shared": "0.0.0",
59
58
  "@internals/utils": "0.0.0",
60
- "@kubb/renderer-jsx": "5.0.0-beta.81"
59
+ "@kubb/renderer-jsx": "5.0.0-beta.82",
60
+ "@internals/shared": "0.0.0"
61
61
  },
62
62
  "peerDependencies": {
63
- "@kubb/renderer-jsx": "5.0.0-beta.81"
63
+ "@kubb/renderer-jsx": "5.0.0-beta.82"
64
64
  },
65
65
  "engines": {
66
66
  "node": ">=22"
@@ -71,9 +71,6 @@
71
71
  "debug:mcp": "npx -y @modelcontextprotocol/inspector node ./bin/kubb-mcp.cjs",
72
72
  "lint": "oxlint .",
73
73
  "lint:fix": "oxlint --fix .",
74
- "release": "pnpm publish --no-git-check",
75
- "release:canary": "bash ../../.github/canary.sh && node ../../scripts/build.js canary && pnpm publish --no-git-check",
76
- "release:stage": "pnpm stage publish --no-git-check",
77
74
  "start": "tsdown --watch",
78
75
  "start:mcp": "bun --watch ./src/server.ts",
79
76
  "test": "vitest --passWithNoTests",