ApiFox MCP Server

by wangmhaha
Verified
{ "name": "@wangmhaha/apifox-mcp-server", "version": "1.1.0", "main": "index.js", "type": "module", "bin": { "apifox-mcp-server": "./build/index.js" }, "scripts": { "build": "tsc && tsc-alias", "start": "node build/index.js", "start:cli": "cross-env NODE_ENV=cli node build/index.js", "start:http": "node build/index.js" }, "files": [ "build", "README.md" ], "keywords": [], "author": "wangmhaha", "license": "ISC", "description": "", "devDependencies": { "@types/express": "^5.0.1", "@types/express-serve-static-core": "^5.0.6", "@types/node": "^22.10.0", "tsc-alias": "^1.8.11", "tsx": "^4.19.3", "typescript": "^5.7.2" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "@types/yargs": "^17.0.33", "cross-env": "^7.0.3", "dotenv": "^16.4.7", "express": "^4.21.2", "yargs": "^17.7.2", "zod": "^3.24.2" } }