Skip to main content
Glama

Medplum MCP Server

by rkirkendall
jest.config.jsโ€ข635 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: [ '**/tests/**/*.test.ts', // Matches any .test.ts file within the tests directory and its subdirectories ], testPathIgnorePatterns: [ '/node_modules/', '/dist/', '/medplum/', // Explicitly ignore the medplum directory ], // Automatically clear mock calls and instances between every test clearMocks: true, // A list of paths to directories that Jest should use to search for files in roots: [ '<rootDir>/tests', '<rootDir>/src', // Also include src if you plan to put unit tests alongside source files later ], };

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/rkirkendall/medplum-mcp'

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