@kubb/mcp 5.0.0-alpha.3 → 5.0.0-alpha.5
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 +6 -6
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.
|
|
36
|
+
var version = "5.0.0-alpha.5";
|
|
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.
|
|
11
|
+
var version = "5.0.0-alpha.5";
|
|
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.
|
|
3
|
+
"version": "5.0.0-alpha.5",
|
|
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",
|
|
@@ -50,16 +50,16 @@
|
|
|
50
50
|
}
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@kubb/fabric-core": "0.
|
|
54
|
-
"@kubb/react-fabric": "0.
|
|
53
|
+
"@kubb/fabric-core": "0.14.0",
|
|
54
|
+
"@kubb/react-fabric": "0.14.0",
|
|
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.
|
|
58
|
+
"@kubb/core": "5.0.0-alpha.5"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
|
-
"@kubb/fabric-core": "0.
|
|
62
|
-
"@kubb/react-fabric": "0.
|
|
61
|
+
"@kubb/fabric-core": "0.14.0",
|
|
62
|
+
"@kubb/react-fabric": "0.14.0"
|
|
63
63
|
},
|
|
64
64
|
"engines": {
|
|
65
65
|
"node": ">=22"
|