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 280 B
/** * @fileoverview Barrel export for all prompt definitions. * @module mcp-server/prompts/definitions */ import { analyzeTrialLandscape } from './analyze-trial-landscape.prompt.js'; export const allPromptDefinitions = [analyzeTrialLandscape]; //# sourceMappingURL=index.js.map