Skip to main content
Glama

Medplum

Official
by medplum
biome.json1.87 kB
{ "$schema": "https://biomejs.dev/schemas/1.8.1/schema.json", "organizeImports": { "enabled": false }, "formatter": { "enabled": false, "indentStyle": "space", "lineWidth": 120 }, "linter": { "enabled": true, "rules": { "recommended": true, "correctness": { "noUnusedVariables": "warn" }, "style": { "useImportType": "off", "useTemplate": "warn", "noParameterAssign": "warn", "noUnusedTemplateLiteral": "warn", "useSelfClosingElements": "warn", "useExponentiationOperator": "warn", "useSingleVarDeclarator": "warn", "useEnumInitializers": "warn", "useBlockStatements": "error" }, "suspicious": { "noExplicitAny": "warn", "noAssignInExpressions": "warn" }, "complexity": { "useLiteralKeys": "warn", "useFlatMap": "warn", "noUselessFragments": "warn", "noExcessiveCognitiveComplexity": { "level": "warn", "options": { "maxAllowedComplexity": 15 } }, "noForEach": "warn", "useSimplifiedLogicExpression": "warn" }, "performance": { "noDelete": "warn" }, "a11y": { "noBlankTarget": "off", "noRedundantAlt": "warn", "useValidAnchor": "warn", "noSvgWithoutTitle": "warn", "useKeyWithClickEvents": "warn", "useIframeTitle": "warn", "useKeyWithMouseEvents": "warn", "useButtonType": "warn", "noPositiveTabindex": "warn", "useMediaCaption": "warn", "useAltText": "warn" } } }, "javascript": { "formatter": { "quoteStyle": "single", "trailingCommas": "es5" } }, "files": { "ignore": ["**/dist/**/*", "**/build/**/*", "**/.next/**/*"] } }

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