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
{
"name": "@medplum/generator",
"version": "5.0.10",
"description": "Medplum Code Generator",
"homepage": "https://www.medplum.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/medplum/medplum.git",
"directory": "packages/generator"
},
"license": "Apache-2.0",
"author": "Medplum <hello@medplum.com>",
"type": "module",
"scripts": {
"baseschema": "tsx src/baseschema.ts && npx prettier ../core/src/base-schema.json --write",
"build": "npm run clean && tsc",
"clean": "rimraf dist",
"compare": "tsx src/compare.ts",
"docs": "tsx src/docs.ts && cd ../.. && git apply packages/generator/src/ONC-compliance-text.patch && git apply packages/generator/src/medication-recommendations.patch",
"fhirtypes": "tsx src/index.ts && cd ../fhirtypes && tsc",
"generate": "npm run valuesets && npm run fhirtypes && npm run jsonschema && npm run baseschema && npm run mockclient && npm run docs",
"jsonschema": "tsx src/jsonschema.ts && npx prettier ../definitions/dist/fhir/r4/fhir.schema.json --write",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"mockclient": "tsx src/mockclient.ts && npx prettier ../mock/src/mocks/*.json --write",
"test": "jest",
"valuesets": "tsx src/valuesets.ts"
},
"devDependencies": {
"@medplum/core": "5.0.10",
"@medplum/definitions": "5.0.10",
"@medplum/fhirtypes": "5.0.10",
"@types/json-schema": "7.0.15",
"@types/pg": "8.16.0",
"@types/unzipper": "0.10.11",
"csv-parser": "3.2.0",
"fast-xml-parser": "5.3.3",
"fhirpath": "4.8.2",
"mkdirp": "3.0.1",
"node-stream-zip": "1.15.0",
"pg": "8.16.3",
"unzipper": "0.12.3"
},
"engines": {
"node": ">=20.0.0"
}
}