Skip to main content
Glama
package.json1.65 kB
{ "name": "@medplum/health-gorilla-core", "version": "5.0.10", "description": "Medplum Health Gorilla SDK", "homepage": "https://www.medplum.com/", "bugs": { "url": "https://github.com/medplum/medplum/issues" }, "repository": { "type": "git", "url": "git+https://github.com/medplum/medplum.git", "directory": "packages/health-gorilla-core" }, "license": "Apache-2.0", "author": "Medplum <hello@medplum.com>", "sideEffects": false, "type": "module", "exports": { "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.mjs" }, "require": { "types": "./dist/cjs/index.d.ts", "default": "./dist/cjs/index.cjs" } }, "main": "dist/cjs/index.cjs", "module": "dist/esm/index.mjs", "types": "dist/esm/index.d.ts", "files": [ "dist/cjs", "dist/esm" ], "scripts": { "api-extractor": "api-extractor run --local && cp dist/types.d.ts dist/cjs/index.d.ts && cp dist/types.d.ts dist/esm/index.d.ts", "build": "npm run clean && tsc && node esbuild.mjs && npm run api-extractor", "clean": "rimraf dist/{cjs,esm,types,types.d.ts}", "lint": "eslint src/", "lint:fix": "eslint src/ --fix", "test": "vitest run", "test:watch": "vitest watch" }, "devDependencies": { "@medplum/core": "5.0.10", "@medplum/definitions": "5.0.10", "@medplum/fhirtypes": "5.0.10", "@medplum/mock": "5.0.10", "@types/node": "22.19.3", "vitest": "4.0.16" }, "peerDependencies": { "@medplum/core": "5.0.10", "@medplum/fhirtypes": "5.0.10" }, "engines": { "node": "^22.18.0 || >=24.2.0" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/medplum/medplum'

If you have feedback or need assistance with the MCP directory API, please join our Discord server