@kubb/plugin-mcp 4.27.4 → 4.28.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.
@@ -371,6 +371,7 @@ type Context<TOptions, TPluginOptions extends PluginFactoryOptions> = {
371
371
  };
372
372
  type SchemaGeneratorOptions = {
373
373
  dateType: false | 'string' | 'stringOffset' | 'stringLocal' | 'date';
374
+ integerType?: 'number' | 'bigint';
374
375
  unknownType: 'any' | 'unknown' | 'void';
375
376
  emptySchemaType: 'any' | 'unknown' | 'void';
376
377
  enumType?: 'enum' | 'asConst' | 'asPascalConst' | 'constEnum' | 'literal' | 'inlineLiteral';
@@ -371,6 +371,7 @@ type Context<TOptions, TPluginOptions extends PluginFactoryOptions> = {
371
371
  };
372
372
  type SchemaGeneratorOptions = {
373
373
  dateType: false | 'string' | 'stringOffset' | 'stringLocal' | 'date';
374
+ integerType?: 'number' | 'bigint';
374
375
  unknownType: 'any' | 'unknown' | 'void';
375
376
  emptySchemaType: 'any' | 'unknown' | 'void';
376
377
  enumType?: 'enum' | 'asConst' | 'asPascalConst' | 'constEnum' | 'literal' | 'inlineLiteral';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-mcp",
3
- "version": "4.27.4",
3
+ "version": "4.28.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.27.4",
79
- "@kubb/oas": "4.27.4",
80
- "@kubb/plugin-client": "4.27.4",
81
- "@kubb/plugin-oas": "4.27.4",
82
- "@kubb/plugin-ts": "4.27.4",
83
- "@kubb/plugin-zod": "4.27.4"
78
+ "@kubb/core": "4.28.1",
79
+ "@kubb/oas": "4.28.1",
80
+ "@kubb/plugin-client": "4.28.1",
81
+ "@kubb/plugin-oas": "4.28.1",
82
+ "@kubb/plugin-ts": "4.28.1",
83
+ "@kubb/plugin-zod": "4.28.1"
84
84
  },
85
85
  "devDependencies": {},
86
86
  "engines": {