@kubb/plugin-mcp 4.16.0 → 4.17.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/components.d.cts +1 -1
- package/dist/components.d.ts +1 -1
- package/dist/generators.d.cts +2 -2
- package/dist/generators.d.ts +2 -2
- package/dist/{index-B7xNcUTE.d.ts → index-BYSTl0to.d.ts} +2 -2
- package/dist/{index-BvibV0mn.d.cts → index-DETUrcMj.d.cts} +2 -2
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/{types-B_BpDnol.d.ts → types-9LnSI87E.d.ts} +2 -2
- package/dist/{types-CK6LhrM2.d.cts → types-BRGkuWiZ.d.cts} +2 -2
- package/package.json +8 -8
package/dist/components.d.cts
CHANGED
package/dist/components.d.ts
CHANGED
package/dist/generators.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as ReactGenerator } from "./index-
|
|
2
|
-
import { n as PluginMcp } from "./types-
|
|
1
|
+
import { n as ReactGenerator } from "./index-DETUrcMj.cjs";
|
|
2
|
+
import { n as PluginMcp } from "./types-BRGkuWiZ.cjs";
|
|
3
3
|
|
|
4
4
|
//#region src/generators/mcpGenerator.d.ts
|
|
5
5
|
declare const mcpGenerator: ReactGenerator<PluginMcp>;
|
package/dist/generators.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as ReactGenerator } from "./index-
|
|
2
|
-
import { n as PluginMcp } from "./types-
|
|
1
|
+
import { n as ReactGenerator } from "./index-BYSTl0to.js";
|
|
2
|
+
import { n as PluginMcp } from "./types-9LnSI87E.js";
|
|
3
3
|
|
|
4
4
|
//#region src/generators/mcpGenerator.d.ts
|
|
5
5
|
declare const mcpGenerator: ReactGenerator<PluginMcp>;
|
|
@@ -327,7 +327,7 @@ type Config<TInput = Input> = {
|
|
|
327
327
|
* - 'biome': Uses Biome for code formatting.
|
|
328
328
|
*
|
|
329
329
|
*/
|
|
330
|
-
format?: 'auto' | 'prettier' | 'biome' | false;
|
|
330
|
+
format?: 'auto' | 'prettier' | 'biome' | 'oxfmt' | false;
|
|
331
331
|
/**
|
|
332
332
|
* Specifies the linter that should be used to analyze the code.
|
|
333
333
|
* The accepted values indicate different linting tools.
|
|
@@ -1177,4 +1177,4 @@ type CoreGenerator<TOptions extends PluginFactoryOptions> = {
|
|
|
1177
1177
|
};
|
|
1178
1178
|
//#endregion
|
|
1179
1179
|
export { OperationSchemas as a, Oas as c, Output as d, PluginFactoryOptions as f, Include as i, contentType as l, UserPluginWithLifeCycle as m, ReactGenerator as n, Override as o, ResolveNameParams as p, Exclude$1 as r, ResolvePathOptions as s, Generator as t, Group as u };
|
|
1180
|
-
//# sourceMappingURL=index-
|
|
1180
|
+
//# sourceMappingURL=index-BYSTl0to.d.ts.map
|
|
@@ -327,7 +327,7 @@ type Config<TInput = Input> = {
|
|
|
327
327
|
* - 'biome': Uses Biome for code formatting.
|
|
328
328
|
*
|
|
329
329
|
*/
|
|
330
|
-
format?: 'auto' | 'prettier' | 'biome' | false;
|
|
330
|
+
format?: 'auto' | 'prettier' | 'biome' | 'oxfmt' | false;
|
|
331
331
|
/**
|
|
332
332
|
* Specifies the linter that should be used to analyze the code.
|
|
333
333
|
* The accepted values indicate different linting tools.
|
|
@@ -1177,4 +1177,4 @@ type CoreGenerator<TOptions extends PluginFactoryOptions> = {
|
|
|
1177
1177
|
};
|
|
1178
1178
|
//#endregion
|
|
1179
1179
|
export { OperationSchemas as a, Oas as c, Output as d, PluginFactoryOptions as f, Include as i, contentType as l, UserPluginWithLifeCycle as m, ReactGenerator as n, Override as o, ResolveNameParams as p, Exclude$1 as r, ResolvePathOptions as s, Generator as t, Group as u };
|
|
1180
|
-
//# sourceMappingURL=index-
|
|
1180
|
+
//# sourceMappingURL=index-DETUrcMj.d.cts.map
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { m as UserPluginWithLifeCycle } from "./index-
|
|
2
|
-
import { n as PluginMcp, t as Options } from "./types-
|
|
1
|
+
import { m as UserPluginWithLifeCycle } from "./index-DETUrcMj.cjs";
|
|
2
|
+
import { n as PluginMcp, t as Options } from "./types-BRGkuWiZ.cjs";
|
|
3
3
|
|
|
4
4
|
//#region src/plugin.d.ts
|
|
5
5
|
declare const pluginMcpName = "plugin-mcp";
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { m as UserPluginWithLifeCycle } from "./index-
|
|
2
|
-
import { n as PluginMcp, t as Options } from "./types-
|
|
1
|
+
import { m as UserPluginWithLifeCycle } from "./index-BYSTl0to.js";
|
|
2
|
+
import { n as PluginMcp, t as Options } from "./types-9LnSI87E.js";
|
|
3
3
|
|
|
4
4
|
//#region src/plugin.d.ts
|
|
5
5
|
declare const pluginMcpName = "plugin-mcp";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as Oas, d as Output, f as PluginFactoryOptions, i as Include, l as contentType, o as Override, p as ResolveNameParams, r as Exclude, s as ResolvePathOptions, t as Generator, u as Group } from "./index-
|
|
1
|
+
import { c as Oas, d as Output, f as PluginFactoryOptions, i as Include, l as contentType, o as Override, p as ResolveNameParams, r as Exclude, s as ResolvePathOptions, t as Generator, u as Group } from "./index-BYSTl0to.js";
|
|
2
2
|
|
|
3
3
|
//#region ../plugin-client/src/types.d.ts
|
|
4
4
|
|
|
@@ -180,4 +180,4 @@ type ResolvedOptions = {
|
|
|
180
180
|
type PluginMcp = PluginFactoryOptions<'plugin-mcp', Options, ResolvedOptions, never, ResolvePathOptions>;
|
|
181
181
|
//#endregion
|
|
182
182
|
export { PluginMcp as n, Options as t };
|
|
183
|
-
//# sourceMappingURL=types-
|
|
183
|
+
//# sourceMappingURL=types-9LnSI87E.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as Oas, d as Output, f as PluginFactoryOptions, i as Include, l as contentType, o as Override, p as ResolveNameParams, r as Exclude, s as ResolvePathOptions, t as Generator, u as Group } from "./index-
|
|
1
|
+
import { c as Oas, d as Output, f as PluginFactoryOptions, i as Include, l as contentType, o as Override, p as ResolveNameParams, r as Exclude, s as ResolvePathOptions, t as Generator, u as Group } from "./index-DETUrcMj.cjs";
|
|
2
2
|
|
|
3
3
|
//#region ../plugin-client/src/types.d.ts
|
|
4
4
|
|
|
@@ -180,4 +180,4 @@ type ResolvedOptions = {
|
|
|
180
180
|
type PluginMcp = PluginFactoryOptions<'plugin-mcp', Options, ResolvedOptions, never, ResolvePathOptions>;
|
|
181
181
|
//#endregion
|
|
182
182
|
export { PluginMcp as n, Options as t };
|
|
183
|
-
//# sourceMappingURL=types-
|
|
183
|
+
//# sourceMappingURL=types-BRGkuWiZ.d.cts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-mcp",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.17.0",
|
|
4
4
|
"description": "Generator mcp",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
}
|
|
70
70
|
],
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@kubb/react-fabric": "0.
|
|
73
|
-
"@kubb/core": "4.
|
|
74
|
-
"@kubb/oas": "4.
|
|
75
|
-
"@kubb/plugin-client": "4.
|
|
76
|
-
"@kubb/plugin-oas": "4.
|
|
77
|
-
"@kubb/plugin-ts": "4.
|
|
78
|
-
"@kubb/plugin-zod": "4.
|
|
72
|
+
"@kubb/react-fabric": "0.10.0",
|
|
73
|
+
"@kubb/core": "4.17.0",
|
|
74
|
+
"@kubb/oas": "4.17.0",
|
|
75
|
+
"@kubb/plugin-client": "4.17.0",
|
|
76
|
+
"@kubb/plugin-oas": "4.17.0",
|
|
77
|
+
"@kubb/plugin-ts": "4.17.0",
|
|
78
|
+
"@kubb/plugin-zod": "4.17.0"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {},
|
|
81
81
|
"engines": {
|