pub static MZ_MCP_DATA_PRODUCT_DETAILS: LazyLock<BuiltinView>Expand description
Full data product details with JSON Schema for MCP agents.
Extends mz_mcp_data_products with column types, index keys (when
available), and column comments, formatted as a JSON Schema object.
Used by the get_data_product_details MCP tool. Lists materialized
views and indexed views; non-indexed regular views are excluded to
avoid triggering full recompute on query. Comments are optional
enrichment.