@kubb/mcp 5.0.0-beta.32 → 5.0.0-beta.34

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/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  <div align="center">
2
- <h1>@kubb/mcp</h1>
3
2
  <a href="https://kubb.dev" target="_blank" rel="noopener noreferrer">
4
- <img width="180" src="https://raw.githubusercontent.com/kubb-labs/kubb/main/assets/logo.png" alt="Kubb logo">
3
+ <img src="https://kubb.dev/og.png" alt="Kubb banner">
5
4
  </a>
6
5
 
7
6
  [![npm version][npm-version-src]][npm-version-href]
@@ -11,7 +10,7 @@
11
10
  [![Sponsors][sponsors-src]][sponsors-href]
12
11
 
13
12
  <h4>
14
- <a href="https://kubb.dev/" target="_blank">Documentation</a>
13
+ <a href="https://kubb.dev" target="_blank">Documentation</a>
15
14
  <span> · </span>
16
15
  <a href="https://github.com/kubb-labs/kubb/issues/" target="_blank">Report Bug</a>
17
16
  <span> · </span>
@@ -19,6 +18,12 @@
19
18
  </h4>
20
19
  </div>
21
20
 
21
+ <br />
22
+
23
+ # @kubb/mcp
24
+
25
+ ### Model Context Protocol server for Kubb
26
+
22
27
  MCP server for Kubb. Exposes code generation as a tool over the [Model Context Protocol](https://modelcontextprotocol.io) so AI assistants like [Claude](https://claude.ai), [Cursor](https://cursor.sh), and other MCP-compatible clients can generate TypeScript types, API clients, and more from OpenAPI specs using natural language.
23
28
 
24
29
  The server exposes a `generate` tool that runs a full Kubb build from a `kubb.config.ts`. It streams build events back to the client as real-time progress notifications. The server communicates over stdio and works with any MCP-compatible client.
@@ -167,9 +172,10 @@ export default defineConfig({
167
172
 
168
173
  ## Supporting Kubb
169
174
 
170
- Kubb is an open source project with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider:
175
+ Kubb is an open source project, and its development is funded entirely by sponsors. If you would like to become a sponsor, please consider:
171
176
 
172
177
  - [Become a Sponsor on GitHub](https://github.com/sponsors/stijnvanhulle)
178
+ - [See sponsorship tiers and our sponsors](https://kubb.dev/sponsors)
173
179
 
174
180
  <p align="center">
175
181
  <a href="https://github.com/sponsors/stijnvanhulle">
@@ -177,6 +183,10 @@ Kubb is an open source project with its ongoing development made possible entire
177
183
  </a>
178
184
  </p>
179
185
 
186
+ ## License
187
+
188
+ [MIT](https://github.com/kubb-labs/kubb/blob/main/licenses/LICENSE-MIT)
189
+
180
190
  <!-- Badges -->
181
191
 
182
192
  [npm-version-src]: https://img.shields.io/npm/v/@kubb/mcp?flat&colorA=18181B&colorB=f58517
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.32";
45
+ var version = "5.0.0-beta.34";
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.32";
18
+ var version = "5.0.0-beta.34";
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.32",
3
+ "version": "5.0.0-beta.34",
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.4",
56
56
  "valibot": "^1.4.1",
57
- "@kubb/adapter-oas": "5.0.0-beta.32",
58
- "@kubb/core": "5.0.0-beta.32"
57
+ "@kubb/adapter-oas": "5.0.0-beta.34",
58
+ "@kubb/core": "5.0.0-beta.34"
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.32"
63
+ "@kubb/renderer-jsx": "5.0.0-beta.34"
64
64
  },
65
65
  "peerDependencies": {
66
- "@kubb/renderer-jsx": "5.0.0-beta.32"
66
+ "@kubb/renderer-jsx": "5.0.0-beta.34"
67
67
  },
68
68
  "size-limit": [
69
69
  {