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/e2e",
"version": "5.0.14",
"description": "End-to-end tests for Medplum",
"keywords": [
"e2e",
"end-to-end",
"smoke",
"test"
],
"homepage": "https://github.com/medplum/medplum#readme",
"bugs": {
"url": "https://github.com/medplum/medplum/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/medplum/medplum.git",
"directory": "packages/e2e"
},
"license": "Apache-2.0",
"author": "Medplum <hello@medplum.com>",
"type": "module",
"scripts": {
"playwright:codegen": "npx playwright codegen http://localhost:3000",
"playwright:install": "npx playwright install --with-deps chromium",
"test:smoke": "npx playwright test smoke/medplum.smoke.test.ts --reporter=list,html"
},
"devDependencies": {
"@playwright/test": "1.58.2"
},
"engines": {
"node": "^22.18.0 || >=24.2.0"
}
}