+
+ Catalog customizations
+
+ Project-wide Buckaroo customizations. They apply to every entry in the catalog and are loaded
+ into each session. Read-only here — edit via the MCP tools.
+
+
+
+ {loading ? (
+
loading…
+ ) : error && !data ? (
+
{error}
+ ) : (
+ SECTIONS.map((s) => (
+
+ ))
+ )}
+
+