Apifox MCP Server

{ "name": "apifox-mcp-demo", "version": "0.0.1", "description": "", "scripts": { "build": "tsc -p tsconfig.build.json", "start": "node lib/index.js", "watch": "tsc -p tsconfig.build.json --watch --sourceMap true" }, "keywords": [], "author": "", "license": "ISC", "files": [ "lib", "!**/*.map" ], "main": "./lib/index.js", "types": "./lib/index.d.ts", "devDependencies": { "@types/express": "^5.0.0", "@types/node": "^22.13.5", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "dotenv": "^16.4.7", "eslint": "^8.0.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "prettier": "^3.3.2", "prettier-plugin-organize-imports": "^3.2.4", "typescript": "^5.5.4", "vitest": "^1.6.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.5.0", "axios": "^1.7.9", "express": "^4.21.2", "tslib": "^2.6.3", "zod": "^3.24.2" } }