UNPKG

mcp-apifox

Version:

一个用于将 Apifox API 文档与 AI 助手集成的 Model Context Protocol (MCP) 服务器。

51 lines (50 loc) 1.04 kB
{ "name": "mcp-apifox", "version": "1.0.3", "bin": { "mcp-apifox": "dist/index.js" }, "description": "", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js" }, "files": [ "dist", "*.d.ts" ], "repository": { "type": "git", "url": "https://github.com/sujianqingfeng/mcp-apifox.git" }, "scripts": { "build": "tsup", "release": "npm publish --no-git-checks --access public --registry https://registry.npmjs.org/", "dev": "tsup --watch", "preview": "node dist/index.js", "test": "vitest", "build:tsc": "tsc" }, "keywords": [ "mcp", "apifox" ], "author": "hens", "license": "ISC", "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/node": "^22.13.4", "cross-env": "^7.0.3", "tsup": "^8.3.6", "typescript": "^5.7.3", "vitest": "^3.0.6" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.5.0", "undici": "^7.3.0", "zod": "^3.24.2" } }