Skip to main content
Glama

ClinicalTrials.gov MCP Server

stdioTransport.test.ts•784 B
/** * @fileoverview Tests for stdio transport functionality. * @module tests/mcp-server/transports/stdio/stdioTransport.test.ts * * NOTE: These tests are currently skipped because properly mocking StdioServerTransport * requires complex mocking of process.stdin/stdout streams and the SDK's internal transport * mechanisms. The stdio transport is a thin wrapper around the SDK's StdioServerTransport, * which is already tested by the SDK itself. * * Integration tests should cover the full stdio transport flow in a real environment. */ import { describe, it } from 'vitest'; describe.skip('Stdio Transport', () => { it('placeholder test - stdio transport requires integration testing', () => { // See fileoverview for reasoning why these tests are skipped }); });

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyanheads/clinicaltrialsgov-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server