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 267 B
/** * @fileoverview Barrel export for all tool definitions. * @module mcp-server/tools/definitions */ import type { AnyToolDefinition } from '@cyanheads/mcp-ts-core'; export declare const allToolDefinitions: AnyToolDefinition[]; //# sourceMappingURL=index.d.ts.map