Skip to main content
Glama
jmandel

Smart EHR MCP Server

by jmandel
index.ts695 B
// Export Core Types export * from './types'; // Export Interfaces (V1) export * from './interfaces'; // --- V2 Interfaces --- export type { TaskProcessorV2, ProcessorYieldValue, YieldStatusUpdate, YieldArtifact, ProcessorInputValue, ProcessorInputMessage, ProcessorInputInternal } from './interfaces/processorV2'; export { ProcessorCancellationError } from './interfaces/processorV2'; // Export Implementations export * from './persistence/InMemoryTaskStore'; // Export Core Logic export { A2AServerCoreLite } from './core/A2AServerCoreLite'; // Export Express Integration export * from './express/serverV2'; export * from './core/SseConnectionManager'

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/jmandel/health-record-mcp'

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