UNPKG

clinicaltrialsgov-mcp-server

Version:

Search ClinicalTrials.gov trials, retrieve study details and results, and match patients to eligible trials via MCP. STDIO or Streamable HTTP.

7 lines 254 B
/** * @fileoverview Barrel export for all resource definitions. * @module mcp-server/resources/definitions */ import { studyResource } from './study.resource.js'; export const allResourceDefinitions = [studyResource]; //# sourceMappingURL=index.js.map