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.

8 lines 319 B
/** * @fileoverview Shared Zod schemas used across tool inputs and resource params. * @module mcp-server/tools/utils/_schemas */ import { z } from '@cyanheads/mcp-ts-core'; /** Canonical NCT identifier schema, e.g. NCT03722472. */ export declare const nctIdSchema: z.ZodString; //# sourceMappingURL=_schemas.d.ts.map