@kubb/plugin-mcp 4.27.4 → 4.28.0
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/dist/generators.d.cts +1 -0
- package/dist/generators.d.ts +1 -0
- package/package.json +7 -7
package/dist/generators.d.cts
CHANGED
|
@@ -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/dist/generators.d.ts
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "4.28.0",
|
|
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.
|
|
79
|
-
"@kubb/oas": "4.
|
|
80
|
-
"@kubb/plugin-client": "4.
|
|
81
|
-
"@kubb/plugin-oas": "4.
|
|
82
|
-
"@kubb/plugin-ts": "4.
|
|
83
|
-
"@kubb/plugin-zod": "4.
|
|
78
|
+
"@kubb/core": "4.28.0",
|
|
79
|
+
"@kubb/oas": "4.28.0",
|
|
80
|
+
"@kubb/plugin-client": "4.28.0",
|
|
81
|
+
"@kubb/plugin-oas": "4.28.0",
|
|
82
|
+
"@kubb/plugin-ts": "4.28.0",
|
|
83
|
+
"@kubb/plugin-zod": "4.28.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {},
|
|
86
86
|
"engines": {
|