UNPKG

@mseep/apisix-mcp

Version:

[![smithery badge](https://smithery.ai/badge/@api7/apisix-mcp)](https://smithery.ai/server/@api7/apisix-mcp)

50 lines 1.08 kB
{ "type": "module", "name": "@mseep/apisix-mcp", "version": "0.0.7", "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/api7/apisix-mcp.git" }, "homepage": "https://github.com/api7/apisix-mcp", "keywords": [ "apisix", "mcp", "mcp-server", "model-context-protocol", "apisix-mcp", "mseep" ], "bin": { "apisix-mcp": "dist/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && shx chmod +x dist/*.js", "start": "node dist/index.js", "lint": "eslint . --fix" }, "files": [ "dist" ], "author": "", "license": "ISC", "description": "", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "axios": "^1.8.4", "zod": "^3.24.2" }, "devDependencies": { "@eslint/js": "^9.23.0", "@types/node": "^22.13.10", "eslint": "^9.23.0", "globals": "^16.0.0", "shx": "^0.4.0", "tsup": "^8.4.0", "typescript": "^5.8.2", "typescript-eslint": "^8.28.0" }, "publisher": "mseep" }