{ "name": "@omophub/omophub-mcp", "version": "1.6.3", "mcpName": "io.github.OMOPHub/omophub-mcp", "description": "MCP server for OHDSI OMOP standardized medical vocabularies - search, lookup, map, and navigate concepts via AI agents", "type": "module", "main": "dist/index.js", "bin": { "omophub-mcp": "dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=20" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "start:http": "node dist/index.js --transport=http", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "lint": "biome check src/ test/", "lint:fix": "biome check --write src/ test/", "typecheck": "tsc --noEmit", "format": "biome format --write src/ test/", "format:check": "biome format --check src/ test/", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "omop", "ohdsi", "medical-vocabularies", "snomed", "icd10", "rxnorm", "loinc", "healthcare", "clinical-data", "ai-agent", "vocabulary-mapping", "concept-mapping", "athena" ], "author": "OMOPHub", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/OMOPHub/omophub-mcp.git" }, "bugs": { "url": "https://github.com/OMOPHub/omophub-mcp/issues" }, "homepage": "https://omophub.com", "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0", "zod": "^4.3.6" }, "overrides": { "@hono/node-server": ">=2.0.10", "postcss": ">=8.5.18", "hono": ">=4.12.34", "ip-address": ">=10.3.1", "fast-uri": ">=3.1.7 <4.0.0", "qs": ">=6.16.0" }, "devDependencies": { "@biomejs/biome": "^2.4.4", "@types/node": "^25.0.3", "@vitest/coverage-v8": "^4.1.8", "tsx": "^4.19.0", "typescript": "^5.9.3", "vitest": "^4.1.8" } }