39 lines
998 B
JSON
39 lines
998 B
JSON
{
|
|
"name": "openapi-mcp-generator",
|
|
"version": "1.0.4",
|
|
"description": "Generate MCP server code from OpenAPI specifications",
|
|
"type": "module",
|
|
"main": "src/index.js",
|
|
"bin": {
|
|
"openapi-mcp-generator": "./src/index.js"
|
|
},
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"openapi",
|
|
"mcp",
|
|
"model-context-protocol",
|
|
"generator",
|
|
"llm"
|
|
],
|
|
"author": "Harsha",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/harsha-iiiv/openapi-mcp-generator.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/harsha-iiiv/openapi-mcp-generator/issues"
|
|
},
|
|
"homepage": "https://github.com/harsha-iiiv/openapi-mcp-generator#readme",
|
|
"dependencies": {
|
|
"axios": "^1.6.0",
|
|
"minimist": "^1.2.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
}
|