-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Tools building in native agentic support benefit greatly from MCP tools for common operations such as search. HAPI FHIR JPA server's default settings have an MCP endpoint, for example, that is very useful. I would like to have direct support for FHIRsmith MCP endpoints implementing the streaming HTTP aspects of the MCP specification (GET + POST) as a default setting for CQL Studio's hosted and downloadable distributions.
This will be used by the in-browser agentic client alongside a separate FHIR data/content endpoint (running HAPI with MCP) to create and manage higher-level FHIR Resources, namely Library (CQL) and Measure. For example, a user should be able to give the instruction, "Research prevailing expert clinical definitions of 'non-smoker' and any related governing definitions and then implement a CQL Library providing those functions based on the FHIR data model", and have the terminology MCP endpoint be a starting place for efficient ValueSet, ConceptMap, and CodeSystem search and supporting operations.