@kubb/plugin-mcp 4.1.3 → 4.1.4
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/README.md +19 -16
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -1,29 +1,30 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
+
<h1>Plugin MCP</h1>
|
|
3
|
+
<a href="https://kubb.dev" target="_blank" rel="noopener noreferrer">
|
|
4
|
+
<img width="180" src="https://raw.githubusercontent.com/kubb-labs/kubb/main/assets/logo.png" alt="Kubb logo">
|
|
5
|
+
</a>
|
|
2
6
|
|
|
3
|
-
<!-- <img src="assets/logo.png" alt="logo" width="200" height="auto" /> -->
|
|
4
|
-
<h1>@kubb/plugin-mcp</h1>
|
|
5
|
-
|
|
6
|
-
<p>
|
|
7
|
-
Swagger integration to create MCP helpers.
|
|
8
|
-
</p>
|
|
9
|
-
<img src="https://raw.githubusercontent.com/kubb-labs/kubb/main/assets/banner.png" alt="logo" height="auto" />
|
|
10
7
|
|
|
11
8
|
[![npm version][npm-version-src]][npm-version-href]
|
|
12
9
|
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
13
10
|
[![Coverage][coverage-src]][coverage-href]
|
|
14
11
|
[![License][license-src]][license-href]
|
|
15
|
-
|
|
12
|
+
[![Sponsors][sponsors-src]][sponsors-href]
|
|
16
13
|
<h4>
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
14
|
+
<a href="https://codesandbox.io/s/github/kubb-labs/kubb/tree/main//examples/typescript" target="_blank">View Demo</a>
|
|
15
|
+
<span> · </span>
|
|
16
|
+
<a href="https://kubb.dev/" target="_blank">Documentation</a>
|
|
17
|
+
<span> · </span>
|
|
18
|
+
<a href="https://github.com/kubb-labs/kubb/issues/" target="_blank">Report Bug</a>
|
|
19
|
+
<span> · </span>
|
|
20
|
+
<a href="https://github.com/kubb-labs/kubb/issues/" target="_blank">Request Feature</a>
|
|
21
|
+
</h4>
|
|
25
22
|
</div>
|
|
26
23
|
|
|
24
|
+
|
|
25
|
+
Swagger integration to create MCP helpers.
|
|
26
|
+
|
|
27
|
+
|
|
27
28
|
## Supporting Kubb
|
|
28
29
|
|
|
29
30
|
Kubb uses an MIT-licensed open source project with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider:
|
|
@@ -51,3 +52,5 @@ Kubb uses an MIT-licensed open source project with its ongoing development made
|
|
|
51
52
|
[minified-href]: https://www.npmjs.com/package/@kubb/plugin-mcp
|
|
52
53
|
[coverage-src]: https://img.shields.io/codecov/c/github/kubb-labs/kubb?style=flat&colorA=18181B&colorB=f58517
|
|
53
54
|
[coverage-href]: https://www.npmjs.com/package/@kubb/plugin-mcp
|
|
55
|
+
[sponsors-src]: https://img.shields.io/github/sponsors/stijnvanhulle?style=flat&colorA=18181B&colorB=f58517
|
|
56
|
+
[sponsors-href]: https://github.com/sponsors/stijnvanhulle/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-mcp",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.4",
|
|
4
4
|
"description": "Generator mcp",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -62,18 +62,18 @@
|
|
|
62
62
|
"!/**/__tests__/**"
|
|
63
63
|
],
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@kubb/core": "4.1.
|
|
66
|
-
"@kubb/oas": "4.1.
|
|
67
|
-
"@kubb/plugin-client": "4.1.
|
|
68
|
-
"@kubb/plugin-oas": "4.1.
|
|
69
|
-
"@kubb/plugin-ts": "4.1.
|
|
70
|
-
"@kubb/plugin-zod": "4.1.
|
|
71
|
-
"@kubb/react": "4.1.
|
|
65
|
+
"@kubb/core": "4.1.4",
|
|
66
|
+
"@kubb/oas": "4.1.4",
|
|
67
|
+
"@kubb/plugin-client": "4.1.4",
|
|
68
|
+
"@kubb/plugin-oas": "4.1.4",
|
|
69
|
+
"@kubb/plugin-ts": "4.1.4",
|
|
70
|
+
"@kubb/plugin-zod": "4.1.4",
|
|
71
|
+
"@kubb/react": "4.1.4"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@types/react": "^18.3.26",
|
|
75
75
|
"react": "^18.3.1",
|
|
76
|
-
"tsdown": "^0.
|
|
76
|
+
"tsdown": "^0.14.2",
|
|
77
77
|
"typescript": "^5.9.3"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|