@kubb/mcp 5.0.0-beta.8 → 5.0.0-beta.9
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -42,7 +42,7 @@ let jiti = require("jiti");
|
|
|
42
42
|
let node_process = require("node:process");
|
|
43
43
|
node_process = __toESM(node_process, 1);
|
|
44
44
|
//#region package.json
|
|
45
|
-
var version = "5.0.0-beta.
|
|
45
|
+
var version = "5.0.0-beta.9";
|
|
46
46
|
//#endregion
|
|
47
47
|
//#region ../../internals/utils/src/errors.ts
|
|
48
48
|
/**
|
package/dist/index.js
CHANGED
|
@@ -15,7 +15,7 @@ import * as v from "valibot";
|
|
|
15
15
|
import { createJiti } from "jiti";
|
|
16
16
|
import process$1 from "node:process";
|
|
17
17
|
//#region package.json
|
|
18
|
-
var version = "5.0.0-beta.
|
|
18
|
+
var version = "5.0.0-beta.9";
|
|
19
19
|
//#endregion
|
|
20
20
|
//#region ../../internals/utils/src/errors.ts
|
|
21
21
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/mcp",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.9",
|
|
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 from OpenAPI specs.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -54,16 +54,16 @@
|
|
|
54
54
|
"jiti": "^2.7.0",
|
|
55
55
|
"tmcp": "^1.19.3",
|
|
56
56
|
"valibot": "^1.4.0",
|
|
57
|
-
"@kubb/adapter-oas": "5.0.0-beta.
|
|
58
|
-
"@kubb/core": "5.0.0-beta.
|
|
57
|
+
"@kubb/adapter-oas": "5.0.0-beta.9",
|
|
58
|
+
"@kubb/core": "5.0.0-beta.9"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@internals/shared": "0.0.0",
|
|
62
62
|
"@internals/utils": "0.0.0",
|
|
63
|
-
"@kubb/renderer-jsx": "5.0.0-beta.
|
|
63
|
+
"@kubb/renderer-jsx": "5.0.0-beta.9"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
|
-
"@kubb/renderer-jsx": "5.0.0-beta.
|
|
66
|
+
"@kubb/renderer-jsx": "5.0.0-beta.9"
|
|
67
67
|
},
|
|
68
68
|
"size-limit": [
|
|
69
69
|
{
|