clinicaltrialsgov-mcp-server
Version:
ClinicalTrials.gov Model Context Protocol (MCP) Server that provides a suite of tools for interacting with the official ClinicalTrials.gov v2 API. Enables AI agents and LLMs to programmatically search, retrieve, and analyze clinical trial data.
8 lines (7 loc) • 302 B
TypeScript
/**
* @fileoverview Barrel file for the HTTP transport module.
* @module src/mcp-server/transports/http/index
*/
export { createHttpApp, startHttpTransport } from "./httpTransport.js";
export { httpErrorHandler } from "./httpErrorHandler.js";
export type { HonoNodeBindings } from "./httpTypes.js";