@kubb/mcp 5.0.0-beta.40 → 5.0.0-beta.42

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
@@ -5,9 +5,9 @@
5
5
 
6
6
  [![npm version][npm-version-src]][npm-version-href]
7
7
  [![npm downloads][npm-downloads-src]][npm-downloads-href]
8
- [![Coverage][coverage-src]][coverage-href]
8
+ [![Stars][stars-src]][stars-href]
9
9
  [![License][license-src]][license-href]
10
- [![Sponsors][sponsors-src]][sponsors-href]
10
+ [![Node][node-src]][node-href]
11
11
 
12
12
  <h4>
13
13
  <a href="https://kubb.dev" target="_blank">Documentation</a>
@@ -189,13 +189,13 @@ Kubb is an open source project, and its development is funded entirely by sponso
189
189
 
190
190
  <!-- Badges -->
191
191
 
192
- [npm-version-src]: https://img.shields.io/npm/v/@kubb/mcp?flat&colorA=18181B&colorB=f58517
193
- [npm-version-href]: https://npmjs.com/package/@kubb/mcp
194
- [npm-downloads-src]: https://img.shields.io/npm/dm/@kubb/mcp?flat&colorA=18181B&colorB=f58517
195
- [npm-downloads-href]: https://npmjs.com/package/@kubb/mcp
196
- [license-src]: https://img.shields.io/github/license/kubb-labs/kubb.svg?flat&colorA=18181B&colorB=f58517
192
+ [npm-version-src]: https://shieldcn.dev/npm/v/@kubb/mcp.svg?variant=secondary&size=xs&theme=zinc&mode=dark
193
+ [npm-version-href]: https://npmx.dev/package/@kubb/mcp
194
+ [npm-downloads-src]: https://shieldcn.dev/npm/dm/@kubb/mcp.svg?variant=secondary&size=xs&theme=zinc&mode=dark
195
+ [npm-downloads-href]: https://npmx.dev/package/@kubb/mcp
196
+ [stars-src]: https://shieldcn.dev/github/stars/kubb-labs/kubb.svg?variant=secondary&size=xs&theme=zinc&mode=dark
197
+ [stars-href]: https://github.com/kubb-labs/kubb
198
+ [license-src]: https://shieldcn.dev/npm/license/@kubb/mcp.svg?variant=secondary&size=xs&theme=zinc
197
199
  [license-href]: https://github.com/kubb-labs/kubb/blob/main/LICENSE
198
- [coverage-src]: https://img.shields.io/codecov/c/github/kubb-labs/kubb?style=flat&colorA=18181B&colorB=f58517
199
- [coverage-href]: https://www.npmjs.com/package/@kubb/mcp
200
- [sponsors-src]: https://img.shields.io/github/sponsors/stijnvanhulle?style=flat&colorA=18181B&colorB=f58517
201
- [sponsors-href]: https://github.com/sponsors/stijnvanhulle/
200
+ [node-src]: https://shieldcn.dev/npm/node/@kubb/mcp.svg?variant=secondary&size=xs&theme=zinc&mode=dark
201
+ [node-href]: https://npmx.dev/package/@kubb/mcp
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.40";
45
+ var version = "5.0.0-beta.42";
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.40";
18
+ var version = "5.0.0-beta.42";
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.40",
3
+ "version": "5.0.0-beta.42",
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.40",
58
- "@kubb/core": "5.0.0-beta.40"
57
+ "@kubb/adapter-oas": "5.0.0-beta.42",
58
+ "@kubb/core": "5.0.0-beta.42"
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.40"
63
+ "@kubb/renderer-jsx": "5.0.0-beta.42"
64
64
  },
65
65
  "peerDependencies": {
66
- "@kubb/renderer-jsx": "5.0.0-beta.40"
66
+ "@kubb/renderer-jsx": "5.0.0-beta.42"
67
67
  },
68
68
  "size-limit": [
69
69
  {