package.json•1.11 kB
{
"name": "openapi-mcp-js",
"version": "1.0.0",
"description": "Pure JavaScript MCP server for OpenAPI specifications",
"main": "src/index.js",
"type": "module",
"bin": {
"openapi-mcp": "src/index.js"
},
"scripts": {
"start": "node src/index.js",
"dev": "node --inspect src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"openapi",
"api",
"llm",
"ai",
"model-context-protocol"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"axios": "^1.6.0",
"commander": "^11.0.0",
"jsonpath-plus": "^7.2.0",
"os": "^0.1.2"
},
"devDependencies": {
"@types/node": "^20.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/openapi-mcp-js.git"
},
"bugs": {
"url": "https://github.com/yourusername/openapi-mcp-js/issues"
},
"homepage": "https://github.com/yourusername/openapi-mcp-js#readme"
}