@databrainhq/mcp-server 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -173,16 +173,18 @@ No need to memorize tool names or API details — the orchestrator handles it.
173
173
  ### Orchestration
174
174
  - `setup_embed_interactive` — Interactive step-by-step embed setup. Confirms choices with the user, validates the pipeline, and returns a deterministic config block.
175
175
 
176
- ### Tools (28 total)
176
+ ### Tools (37 total)
177
177
 
178
178
  <details>
179
- <summary>Infrastructure</summary>
179
+ <summary>Infrastructure (3)</summary>
180
180
 
181
181
  - `list_datasources` — List all connected datasources
182
+ - `create_datasource` — Connect a new database (Postgres, Snowflake, BigQuery, MySQL, Redshift, and more)
183
+ - `sync_datasource` — Trigger schema metadata sync after connecting a database
182
184
  </details>
183
185
 
184
186
  <details>
185
- <summary>Data Apps & Tokens</summary>
187
+ <summary>Data Apps & Tokens (5)</summary>
186
188
 
187
189
  - `create_data_app` — Create a logical container for embeds
188
190
  - `list_data_apps` — List data apps
@@ -192,14 +194,16 @@ No need to memorize tool names or API details — the orchestrator handles it.
192
194
  </details>
193
195
 
194
196
  <details>
195
- <summary>Datamarts & Semantic Layer</summary>
197
+ <summary>Datamarts & Semantic Layer (4)</summary>
196
198
 
197
199
  - `list_datamarts` — List datamarts
200
+ - `create_datamart` — Create a curated subset of tables for analytics
198
201
  - `get_semantic_layer_status` — Check semantic layer generation progress
202
+ - `generate_semantic_layer` — Auto-generate semantic layer for AI chat mode
199
203
  </details>
200
204
 
201
205
  <details>
202
- <summary>Embed Management</summary>
206
+ <summary>Embed Management (7)</summary>
203
207
 
204
208
  - `create_embed` — Create embed config for a dashboard/metric
205
209
  - `list_embeds` — List embed configurations
@@ -211,14 +215,24 @@ No need to memorize tool names or API details — the orchestrator handles it.
211
215
  </details>
212
216
 
213
217
  <details>
214
- <summary>Frontend Embedding</summary>
218
+ <summary>Customization (5)</summary>
215
219
 
216
- - `generate_guest_token` — Generate frontend auth token
220
+ - `customize_embed_theme` — Set colors, typography, card styling, dashboard layout, chart fonts, buttons, checkboxes, and more
221
+ - `configure_chart_appearance` — Configure chart tooltip, legend, axes, labels, margins, and color palettes
222
+ - `configure_embed_options` — Toggle ~30 display/permission flags (metric ops, layout, downloads, loaders, UI, custom messages)
223
+ - `configure_filters` — Set up dashboard filters with defaults, date presets, SQL-based options, and visibility
224
+ - `configure_internationalization` — Set language (12 supported), translations, calendar type, and custom messages
225
+ </details>
226
+
227
+ <details>
228
+ <summary>Frontend Embedding (2)</summary>
229
+
230
+ - `generate_guest_token` — Generate frontend auth token with filters, theme overrides, permissions, and multi-datasource support
217
231
  - `generate_embed_code` — Generate framework-specific code (React, Next.js, Vue, Angular, Svelte, SolidJS, vanilla JS)
218
232
  </details>
219
233
 
220
234
  <details>
221
- <summary>Data & Analytics</summary>
235
+ <summary>Data & Analytics (9)</summary>
222
236
 
223
237
  - `list_dashboards` — List dashboards
224
238
  - `list_metrics` — List metrics
@@ -253,7 +267,7 @@ No need to memorize tool names or API details — the orchestrator handles it.
253
267
 
254
268
  See [`docs/LLM_INSTRUCTIONS.md`](docs/LLM_INSTRUCTIONS.md) for detailed guidance on:
255
269
  - Tool chaining and dependency graph
256
- - Common workflows (embed, explore, theme, roles, export/import)
270
+ - Common workflows (embed, explore, theme, filters, i18n, AI chat, roles, export/import)
257
271
  - Error recovery patterns
258
272
  - Expected output formats
259
273
  - Security guardrails