@kubb/plugin-mcp 4.26.0 → 4.26.1

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.
@@ -271,6 +271,9 @@ type SchemaKeywordMapper = {
271
271
  integer: {
272
272
  keyword: 'integer';
273
273
  };
274
+ bigint: {
275
+ keyword: 'bigint';
276
+ };
274
277
  number: {
275
278
  keyword: 'number';
276
279
  };
@@ -271,6 +271,9 @@ type SchemaKeywordMapper = {
271
271
  integer: {
272
272
  keyword: 'integer';
273
273
  };
274
+ bigint: {
275
+ keyword: 'bigint';
276
+ };
274
277
  number: {
275
278
  keyword: 'number';
276
279
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-mcp",
3
- "version": "4.26.0",
3
+ "version": "4.26.1",
4
4
  "description": "Model Context Protocol (MCP) plugin for Kubb, generating MCP-compatible tools and schemas from OpenAPI specifications for AI assistants.",
5
5
  "keywords": [
6
6
  "mcp",
@@ -75,12 +75,12 @@
75
75
  ],
76
76
  "dependencies": {
77
77
  "@kubb/react-fabric": "0.12.11",
78
- "@kubb/core": "4.26.0",
79
- "@kubb/oas": "4.26.0",
80
- "@kubb/plugin-client": "4.26.0",
81
- "@kubb/plugin-oas": "4.26.0",
82
- "@kubb/plugin-ts": "4.26.0",
83
- "@kubb/plugin-zod": "4.26.0"
78
+ "@kubb/core": "4.26.1",
79
+ "@kubb/oas": "4.26.1",
80
+ "@kubb/plugin-client": "4.26.1",
81
+ "@kubb/plugin-oas": "4.26.1",
82
+ "@kubb/plugin-ts": "4.26.1",
83
+ "@kubb/plugin-zod": "4.26.1"
84
84
  },
85
85
  "devDependencies": {},
86
86
  "engines": {