@kubb/mcp 4.31.3 → 4.31.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/LICENSE CHANGED
@@ -1,21 +1,14 @@
1
- MIT License
1
+ Copyright (c) 2026 Stijn Van Hulle
2
2
 
3
- Copyright (c) 2025 Stijn Van Hulle
3
+ This repository contains software under two licenses:
4
4
 
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
5
+ 1. Most of the code in this repository is licensed under the
6
+ MIT License see licenses/LICENSE-MIT for the full license text.
11
7
 
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
8
+ 2. The following components are licensed under the
9
+ GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later)
10
+ — see licenses/LICENSE-AGPL-3.0 for the full license text:
14
11
 
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
12
+ - packages/agent (published as @kubb/agent)
13
+
14
+ Each package's own LICENSE file or package.json specifies its applicable license.
package/dist/index.cjs CHANGED
@@ -43,7 +43,7 @@ let jiti = require("jiti");
43
43
  jiti = __toESM(jiti);
44
44
 
45
45
  //#region package.json
46
- var version = "4.31.3";
46
+ var version = "4.31.5";
47
47
 
48
48
  //#endregion
49
49
  //#region src/schemas/generateSchema.ts
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import path from "node:path";
9
9
  import createJiti from "jiti";
10
10
 
11
11
  //#region package.json
12
- var version = "4.31.3";
12
+ var version = "4.31.5";
13
13
 
14
14
  //#endregion
15
15
  //#region src/schemas/generateSchema.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/mcp",
3
- "version": "4.31.3",
3
+ "version": "4.31.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",
@@ -54,7 +54,7 @@
54
54
  "@modelcontextprotocol/sdk": "^1.27.1",
55
55
  "jiti": "2.5.1",
56
56
  "zod": "^4.3.6",
57
- "@kubb/core": "4.31.3"
57
+ "@kubb/core": "4.31.5"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "@kubb/react-fabric": "0.13.3"