@vinkius-core/mcp-fusion-openapi-gen 3.1.12 → 3.1.13
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 +66 -66
package/package.json
CHANGED
|
@@ -1,69 +1,69 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
"scripts": {
|
|
18
|
-
"build": "tsc",
|
|
19
|
-
"lint": "eslint src/",
|
|
20
|
-
"lint:fix": "eslint src/ --fix",
|
|
21
|
-
"test": "vitest run",
|
|
22
|
-
"test:coverage": "vitest run --coverage",
|
|
23
|
-
"prepublishOnly": "npm run build"
|
|
24
|
-
},
|
|
25
|
-
"keywords": [
|
|
26
|
-
"mcp",
|
|
27
|
-
"openapi",
|
|
28
|
-
"swagger",
|
|
29
|
-
"code-generator",
|
|
30
|
-
"mcp-fusion",
|
|
31
|
-
"zod",
|
|
32
|
-
"mva",
|
|
33
|
-
"presenter",
|
|
34
|
-
"ai",
|
|
35
|
-
"llm"
|
|
36
|
-
],
|
|
37
|
-
"author": "Vinkius Labs",
|
|
38
|
-
"repository": {
|
|
39
|
-
"type": "git",
|
|
40
|
-
"url": "git+https://github.com/vinkius-labs/mcp-fusion.git",
|
|
41
|
-
"directory": "packages/openapi"
|
|
42
|
-
},
|
|
43
|
-
"bugs": {
|
|
44
|
-
"url": "https://github.com/vinkius-labs/mcp-fusion/issues"
|
|
45
|
-
},
|
|
46
|
-
"homepage": "https://mcp-fusion.vinkius.com/",
|
|
47
|
-
"files": [
|
|
48
|
-
"dist",
|
|
49
|
-
"README.md"
|
|
50
|
-
],
|
|
51
|
-
"engines": {
|
|
52
|
-
"node": ">=18.0.0"
|
|
53
|
-
},
|
|
54
|
-
"publishConfig": {
|
|
55
|
-
"access": "public"
|
|
56
|
-
},
|
|
57
|
-
"dependencies": {
|
|
58
|
-
"yaml": "^2.7.0"
|
|
59
|
-
},
|
|
60
|
-
"peerDependencies": {
|
|
61
|
-
"@vinkius-core/mcp-fusion": "^2.0.0",
|
|
62
|
-
"zod": "^3.25.1 || ^4.0.0"
|
|
63
|
-
},
|
|
64
|
-
"license": "Apache-2.0",
|
|
65
|
-
"devDependencies": {
|
|
66
|
-
"@types/node": "^25.3.0",
|
|
67
|
-
"@vinkius-core/mcp-fusion": ">=2.14.0"
|
|
2
|
+
"name": "@vinkius-core/mcp-fusion-openapi-gen",
|
|
3
|
+
"version": "3.1.13",
|
|
4
|
+
"description": "OpenAPI-to-MCP Fusion Server Generator. Parses OpenAPI 3.x and Swagger 2.0 specs and generates a complete, ready-to-run MCP Server with full MVA tool stacks (Presenters, Tools, Registry, Server) — all features configurable via YAML.",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "dist/index.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"bin": {
|
|
9
|
+
"openapi-gen": "./dist/cli.js"
|
|
10
|
+
},
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"import": "./dist/index.js",
|
|
14
|
+
"types": "./dist/index.d.ts"
|
|
68
15
|
}
|
|
16
|
+
},
|
|
17
|
+
"scripts": {
|
|
18
|
+
"build": "tsc",
|
|
19
|
+
"lint": "eslint src/",
|
|
20
|
+
"lint:fix": "eslint src/ --fix",
|
|
21
|
+
"test": "vitest run",
|
|
22
|
+
"test:coverage": "vitest run --coverage",
|
|
23
|
+
"prepublishOnly": "npm run build"
|
|
24
|
+
},
|
|
25
|
+
"keywords": [
|
|
26
|
+
"mcp",
|
|
27
|
+
"openapi",
|
|
28
|
+
"swagger",
|
|
29
|
+
"code-generator",
|
|
30
|
+
"mcp-fusion",
|
|
31
|
+
"zod",
|
|
32
|
+
"mva",
|
|
33
|
+
"presenter",
|
|
34
|
+
"ai",
|
|
35
|
+
"llm"
|
|
36
|
+
],
|
|
37
|
+
"author": "Vinkius Labs",
|
|
38
|
+
"repository": {
|
|
39
|
+
"type": "git",
|
|
40
|
+
"url": "git+https://github.com/vinkius-labs/mcp-fusion.git",
|
|
41
|
+
"directory": "packages/openapi"
|
|
42
|
+
},
|
|
43
|
+
"bugs": {
|
|
44
|
+
"url": "https://github.com/vinkius-labs/mcp-fusion/issues"
|
|
45
|
+
},
|
|
46
|
+
"homepage": "https://mcp-fusion.vinkius.com/",
|
|
47
|
+
"files": [
|
|
48
|
+
"dist",
|
|
49
|
+
"README.md"
|
|
50
|
+
],
|
|
51
|
+
"engines": {
|
|
52
|
+
"node": ">=18.0.0"
|
|
53
|
+
},
|
|
54
|
+
"publishConfig": {
|
|
55
|
+
"access": "public"
|
|
56
|
+
},
|
|
57
|
+
"dependencies": {
|
|
58
|
+
"yaml": "^2.7.0"
|
|
59
|
+
},
|
|
60
|
+
"peerDependencies": {
|
|
61
|
+
"@vinkius-core/mcp-fusion": "^2.0.0",
|
|
62
|
+
"zod": "^3.25.1 || ^4.0.0"
|
|
63
|
+
},
|
|
64
|
+
"license": "Apache-2.0",
|
|
65
|
+
"devDependencies": {
|
|
66
|
+
"@types/node": "^25.3.0",
|
|
67
|
+
"@vinkius-core/mcp-fusion": ">=2.14.0"
|
|
68
|
+
}
|
|
69
69
|
}
|