UNPKG

bioinformatics-mcp-server

Version:

🧬 生物信息学MCP服务器 - 专为ModelScope设计的智能生物数据分析工具

29 lines 801 B
{ "name": "bioinformatics-mcp-server", "version": "2.2.1", "description": "🧬 生物信息学MCP服务器 - 专为ModelScope设计的智能生物数据分析工具", "type": "module", "main": "dist/index.js", "bin": { "bioinformatics-mcp-server": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc && node dist/index.js", "install-deps": "npm install && npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "keywords": ["mcp", "bioinformatics", "python", "modelscope", "single-cell", "genomics", "proteomics"], "author": "BioNext Team", "license": "MIT", "engines": { "node": ">=16.0.0" } }