Expand description
Application-level data model definitions for MCP agent context.
Parses schema files (e.g., OneTable) into a DataModel that can be
exposed to MCP-connected agents via instructions and get_database_info.
Modules§
- onetable
- OneTable v1.1.0 schema parser.
Structs§
- Data
Model - Application-level data model parsed from a schema file (e.g., OneTable). Designed for agent consumption: serializes to JSON for MCP responses.
- Entity
Definition - A single entity type within the data model.
- GsiMapping
- A GSI mapping for an entity, describing the key templates used.