@kubb/plugin-mcp 4.20.0 → 4.20.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-mcp",
3
- "version": "4.20.0",
3
+ "version": "4.20.1",
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.12.7",
73
- "@kubb/core": "4.20.0",
74
- "@kubb/oas": "4.20.0",
75
- "@kubb/plugin-client": "4.20.0",
76
- "@kubb/plugin-oas": "4.20.0",
77
- "@kubb/plugin-ts": "4.20.0",
78
- "@kubb/plugin-zod": "4.20.0"
73
+ "@kubb/core": "4.20.1",
74
+ "@kubb/oas": "4.20.1",
75
+ "@kubb/plugin-client": "4.20.1",
76
+ "@kubb/plugin-oas": "4.20.1",
77
+ "@kubb/plugin-ts": "4.20.1",
78
+ "@kubb/plugin-zod": "4.20.1"
79
79
  },
80
80
  "devDependencies": {},
81
81
  "engines": {
@@ -3,7 +3,9 @@ import type { CallToolResult } from '@modelcontextprotocol/sdk/types'
3
3
  import { fetch } from './test/.kubb/fetch'
4
4
 
5
5
  /**
6
- * @description Creates a pet in the store.This is an arbitrary description with lots of `strange` but likely formatting from the real world.- We like to make lists - And we need to escape: some, type, of `things`
6
+ * @description Creates a pet in the store.
7
+ * This is an arbitrary description with lots of `strange` but likely formatting from the real world.
8
+ * - We like to make lists - And we need to escape: some, type, of `things`
7
9
  * @summary Create a pet
8
10
  * {@link /pets}
9
11
  */