{ "name": "@rotifer/mcp-server", "version": "0.19.1", "mcpName": "io.github.rotifer-protocol/mcp-server", "description": "Rotifer MCP Server — AI agents search, compare, and rank Genes (modular AI skills) from a living ecosystem of 50+ capabilities. Zero config.", "type": "module", "bin": { "mcp-server": "./dist/index.js", "rotifer-mcp-server": "./dist/index.js" }, "main": "./dist/index.js", "files": [ "dist/" ], "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "serve": "node dist/index.js serve", "dev:http": "tsx src/index.ts serve", "prepublishOnly": "npm run build", "lint": "eslint src/", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:live": "vitest run --config vitest.live.config.ts" }, "keywords": [ "rotifer", "mcp", "ai-agent", "gene", "evolution" ], "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/rotifer-protocol/rotifer-mcp-server" }, "homepage": "https://rotifer.dev/docs/guides/mcp-setup", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/node": "^25.5.0", "@vitest/coverage-v8": "^4.1.2", "eslint": "^10.1.0", "tsx": "^4.0.0", "typescript": "^6.0.3", "typescript-eslint": "^8.58.0", "vitest": "^4.1.0" }, "overrides": { "qs": "^6.15.2", "hono": "^4.12.26", "fast-uri": "^3.1.7" }, "engines": { "node": ">=20" } }