@kubb/plugin-mcp 0.0.0-canary-20251222215628 → 0.0.0-canary-20251224014543

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.
@@ -1,4 +1,4 @@
1
- import { a as OperationSchemas } from "./index-BFRCiwk8.cjs";
1
+ import { a as OperationSchemas } from "./index-CnNiIJVB.cjs";
2
2
  import { KubbFile } from "@kubb/fabric-core/types";
3
3
  import { KubbNode } from "@kubb/react-fabric/types";
4
4
 
@@ -1,4 +1,4 @@
1
- import { a as OperationSchemas } from "./index-DsLXrYq9.js";
1
+ import { a as OperationSchemas } from "./index-DnnFiASz.js";
2
2
  import { KubbFile } from "@kubb/fabric-core/types";
3
3
  import { KubbNode } from "@kubb/react-fabric/types";
4
4
 
@@ -1,5 +1,5 @@
1
- import { n as ReactGenerator } from "./index-BFRCiwk8.cjs";
2
- import { n as PluginMcp } from "./types-D7K1Z4Lm.cjs";
1
+ import { n as ReactGenerator } from "./index-CnNiIJVB.cjs";
2
+ import { n as PluginMcp } from "./types-D_6wzGUe.cjs";
3
3
 
4
4
  //#region src/generators/mcpGenerator.d.ts
5
5
  declare const mcpGenerator: ReactGenerator<PluginMcp>;
@@ -1,5 +1,5 @@
1
- import { n as ReactGenerator } from "./index-DsLXrYq9.js";
2
- import { n as PluginMcp } from "./types-C8H1PC6C.js";
1
+ import { n as ReactGenerator } from "./index-DnnFiASz.js";
2
+ import { n as PluginMcp } from "./types-CEMJUkpC.js";
3
3
 
4
4
  //#region src/generators/mcpGenerator.d.ts
5
5
  declare const mcpGenerator: ReactGenerator<PluginMcp>;
@@ -1,5 +1,5 @@
1
- import { Fabric } from "@kubb/react-fabric";
2
1
  import { KubbFile } from "@kubb/fabric-core/types";
2
+ import { Fabric } from "@kubb/react-fabric";
3
3
  import * as oas_normalize_lib_types0 from "oas-normalize/lib/types";
4
4
  import BaseOas from "oas";
5
5
  import { Operation } from "oas/operation";
@@ -146,6 +146,7 @@ interface KubbEvents {
146
146
  'hook:end': [{
147
147
  id?: string;
148
148
  command: string;
149
+ args?: readonly string[];
149
150
  }];
150
151
  /**
151
152
  * Emitted when a new version of Kubb is available.
@@ -1158,4 +1159,4 @@ type CoreGenerator<TOptions extends PluginFactoryOptions> = {
1158
1159
  };
1159
1160
  //#endregion
1160
1161
  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 };
1161
- //# sourceMappingURL=index-DsLXrYq9.d.ts.map
1162
+ //# sourceMappingURL=index-CnNiIJVB.d.cts.map
@@ -1,5 +1,5 @@
1
- import { KubbFile } from "@kubb/fabric-core/types";
2
1
  import { Fabric } from "@kubb/react-fabric";
2
+ import { KubbFile } from "@kubb/fabric-core/types";
3
3
  import * as oas_normalize_lib_types0 from "oas-normalize/lib/types";
4
4
  import BaseOas from "oas";
5
5
  import { Operation } from "oas/operation";
@@ -146,6 +146,7 @@ interface KubbEvents {
146
146
  'hook:end': [{
147
147
  id?: string;
148
148
  command: string;
149
+ args?: readonly string[];
149
150
  }];
150
151
  /**
151
152
  * Emitted when a new version of Kubb is available.
@@ -1158,4 +1159,4 @@ type CoreGenerator<TOptions extends PluginFactoryOptions> = {
1158
1159
  };
1159
1160
  //#endregion
1160
1161
  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 };
1161
- //# sourceMappingURL=index-BFRCiwk8.d.cts.map
1162
+ //# sourceMappingURL=index-DnnFiASz.d.ts.map
package/dist/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import { m as UserPluginWithLifeCycle } from "./index-BFRCiwk8.cjs";
2
- import { n as PluginMcp, t as Options } from "./types-D7K1Z4Lm.cjs";
1
+ import { m as UserPluginWithLifeCycle } from "./index-CnNiIJVB.cjs";
2
+ import { n as PluginMcp, t as Options } from "./types-D_6wzGUe.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-DsLXrYq9.js";
2
- import { n as PluginMcp, t as Options } from "./types-C8H1PC6C.js";
1
+ import { m as UserPluginWithLifeCycle } from "./index-DnnFiASz.js";
2
+ import { n as PluginMcp, t as Options } from "./types-CEMJUkpC.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-DsLXrYq9.js";
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-DnnFiASz.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-C8H1PC6C.d.ts.map
183
+ //# sourceMappingURL=types-CEMJUkpC.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-BFRCiwk8.cjs";
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-CnNiIJVB.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-D7K1Z4Lm.d.cts.map
183
+ //# sourceMappingURL=types-D_6wzGUe.d.cts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-mcp",
3
- "version": "0.0.0-canary-20251222215628",
3
+ "version": "0.0.0-canary-20251224014543",
4
4
  "description": "Generator mcp",
5
5
  "keywords": [
6
6
  "typescript",
@@ -70,12 +70,12 @@
70
70
  ],
71
71
  "dependencies": {
72
72
  "@kubb/react-fabric": "0.7.4",
73
- "@kubb/core": "0.0.0-canary-20251222215628",
74
- "@kubb/oas": "0.0.0-canary-20251222215628",
75
- "@kubb/plugin-client": "0.0.0-canary-20251222215628",
76
- "@kubb/plugin-oas": "0.0.0-canary-20251222215628",
77
- "@kubb/plugin-ts": "0.0.0-canary-20251222215628",
78
- "@kubb/plugin-zod": "0.0.0-canary-20251222215628"
73
+ "@kubb/core": "0.0.0-canary-20251224014543",
74
+ "@kubb/oas": "0.0.0-canary-20251224014543",
75
+ "@kubb/plugin-client": "0.0.0-canary-20251224014543",
76
+ "@kubb/plugin-oas": "0.0.0-canary-20251224014543",
77
+ "@kubb/plugin-ts": "0.0.0-canary-20251224014543",
78
+ "@kubb/plugin-zod": "0.0.0-canary-20251224014543"
79
79
  },
80
80
  "devDependencies": {},
81
81
  "engines": {