A Python package for accessing Cryo datasets via Claude Code
The architecture revolves around providing an API server interface to the Cryo data extraction tool using the Model Completion Protocol (MCP). It employs a modular design, separating data extraction (Cryo), API serving (MCP server), and SQL querying functionalities. The core pattern seems to be a service-oriented architecture focused on data retrieval and transformation.
Python
83