package.json•1.26 kB
{
"name": "apifox-openapi-mcp",
"version": "1.3.2",
"description": "Model Context Protocol server for Apifox API documentation management. Import/export OpenAPI specifications, maintain API docs with AI assistance.",
"type": "module",
"main": "dist/index.js",
"bin": {
"apifox-mcp": "dist/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE",
"CLAUDE.md"
],
"scripts": {
"build": "tsc",
"postbuild": "chmod +x dist/index.js",
"dev": "tsc --watch",
"start": "node dist/index.js",
"prepare": "npm run build"
},
"keywords": [
"mcp",
"apifox",
"api",
"documentation",
"openapi",
"swagger",
"model-context-protocol",
"claude",
"ai-assistant"
],
"author": "Warren",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/warren/apifox-mcp.git"
},
"homepage": "https://github.com/warren/apifox-mcp#readme",
"bugs": {
"url": "https://github.com/warren/apifox-mcp/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"axios": "^1.6.0",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.3.0"
},
"engines": {
"node": ">=18.0.0"
}
}