UNPKG

jaegis-pypi-mcp-server

Version:

PyPI Package Management MCP Server for JAEGIS-Web-OS project with 8 specialized tools

55 lines (54 loc) 1.2 kB
{ "name": "jaegis-pypi-mcp-server", "version": "1.0.0", "description": "PyPI Package Management MCP Server for JAEGIS-Web-OS project with 8 specialized tools", "main": "dist/index.js", "bin": { "pypi-mcp-server": "./dist/index.js", "jaegis-pypi": "./dist/index.js" }, "files": [ "dist/**/*", "README.md", "package.json" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "pypi", "python", "package-management", "model-context-protocol", "jaegis", "automation" ], "author": "JAEGIS Team", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "node-fetch": "^3.3.2", "form-data": "^4.0.0", "dotenv": "^16.3.1" }, "devDependencies": { "@types/node": "^20.10.0", "@types/node-fetch": "^2.6.9", "ts-node": "^10.9.1", "typescript": "^5.3.0" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/usemanusai/pypi-jaegis-mcp-server.git" } }