@kubb/plugin-mcp 5.0.0-beta.31 → 5.0.0-beta.33

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.
Files changed (2) hide show
  1. package/extension.yaml +17 -0
  2. package/package.json +7 -7
package/extension.yaml CHANGED
@@ -348,7 +348,9 @@ options:
348
348
  | --- | --- |
349
349
  | `@kubb/plugin-ts` | `resolverTs` |
350
350
  | `@kubb/plugin-zod` | `resolverZod` |
351
+ | `@kubb/plugin-faker` | `resolverFaker` |
351
352
  | `@kubb/plugin-cypress` | `resolverCypress` |
353
+ | `@kubb/plugin-msw` | `resolverMsw` |
352
354
  | `@kubb/plugin-mcp` | `resolverMcp` |
353
355
  | `@kubb/plugin-client` | `resolverClient` |
354
356
  codeBlock:
@@ -655,6 +657,21 @@ options:
655
657
  }),
656
658
  ],
657
659
  })
660
+ - name: clientType
661
+ type: "'function' | 'class' | 'staticClass'"
662
+ required: false
663
+ description: |
664
+ Shape of the underlying client the handlers call into. Mirrors `pluginClient`'s `clientType` option.
665
+ - name: bundle
666
+ type: boolean
667
+ required: false
668
+ description: |
669
+ Copies the HTTP client runtime into the generated output so consumers do not need `@kubb/plugin-client` at runtime. Mirrors `pluginClient`'s `bundle` option.
670
+ - name: paramsCasing
671
+ type: "'camelcase'"
672
+ required: false
673
+ description: |
674
+ Renames parameter properties passed to the underlying client. Mirrors `pluginClient`'s `paramsCasing` option.
658
675
  - name: include
659
676
  type: Array<Include>
660
677
  required: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-mcp",
3
- "version": "5.0.0-beta.31",
3
+ "version": "5.0.0-beta.33",
4
4
  "description": "Generate Model Context Protocol (MCP) tool definitions from your OpenAPI specification. Expose your REST APIs as AI-callable tools for LLMs, Claude, ChatGPT, and other AI assistants.",
5
5
  "keywords": [
6
6
  "ai",
@@ -47,18 +47,18 @@
47
47
  "registry": "https://registry.npmjs.org/"
48
48
  },
49
49
  "dependencies": {
50
- "@kubb/core": "5.0.0-beta.31",
51
- "@kubb/renderer-jsx": "5.0.0-beta.31",
52
- "@kubb/plugin-client": "5.0.0-beta.31",
53
- "@kubb/plugin-ts": "5.0.0-beta.31",
54
- "@kubb/plugin-zod": "5.0.0-beta.31"
50
+ "@kubb/core": "5.0.0-beta.33",
51
+ "@kubb/renderer-jsx": "5.0.0-beta.33",
52
+ "@kubb/plugin-client": "5.0.0-beta.33",
53
+ "@kubb/plugin-ts": "5.0.0-beta.33",
54
+ "@kubb/plugin-zod": "5.0.0-beta.33"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@internals/shared": "0.0.0",
58
58
  "@internals/utils": "0.0.0"
59
59
  },
60
60
  "peerDependencies": {
61
- "@kubb/renderer-jsx": "5.0.0-beta.31"
61
+ "@kubb/renderer-jsx": "5.0.0-beta.33"
62
62
  },
63
63
  "size-limit": [
64
64
  {