UNPKG

@umengfe/mcp-server-umeng-openapi

Version:

MCP server for using the Umeng OpenAPI

41 lines (40 loc) 952 B
{ "name": "@umengfe/mcp-server-umeng-openapi", "version": "1.0.7", "description": "MCP server for using the Umeng OpenAPI", "type": "module", "bin": { "mcp-server-umeng-openapi": "dist/src/index.js" }, "scripts": { "build": "tsc && shx chmod +x dist/src/*.js", "watch": "tsc --watch", "prepare": "npm run build", "start": "node dist/src/index.js", "dev": "npx -y @modelcontextprotocol/inspector npm run start" }, "keywords": [ "umeng", "openapi", "mcp", "cursor", "analytics" ], "files": ["dist", "README_EN.md"], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "1.11.4", "node-fetch": "^3.3.2" }, "devDependencies": { "@types/node-fetch": "^2.6.12", "@types/node": "^20.11.24", "shx": "^0.4.0", "typescript": "^5.3.3" } }