Amin Ghadersohi
|
1423387010
|
feat(mcp): add get_chart_type_schema tool for on-demand schema discovery (#39142)
(cherry picked from commit 5f9fc31ae2)
|
2026-04-13 15:32:24 -03:00 |
|
Amin Ghadersohi
|
685d9a0652
|
fix(mcp): compress chart config schemas to reduce search_tools token usage (#39018)
(cherry picked from commit bf9aff19b5)
|
2026-04-13 15:32:03 -03:00 |
|
Amin Ghadersohi
|
b9b48fb1e4
|
fix(mcp): add description and certification fields to default list tool columns (#39017)
(cherry picked from commit 7be2acb2f3)
|
2026-04-13 15:31:43 -03:00 |
|
Amin Ghadersohi
|
dcca02dd16
|
fix(mcp): fix form_data null, dataset URL, ASCII preview, and chart rename (#39109)
(cherry picked from commit 7380a59ab8)
|
2026-04-13 15:30:21 -03:00 |
|
Amin Ghadersohi
|
27c9d806f1
|
fix(mcp): add TEMPORAL_RANGE filter for temporal x-axis in generate_chart (#38978)
(cherry picked from commit c37a3ec292)
|
2026-04-01 15:39:26 -03:00 |
|
Amin Ghadersohi
|
0bff78e45b
|
feat(mcp): add Big Number chart type support to MCP service (#38403)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
(cherry picked from commit 4245720851)
|
2026-04-01 15:39:11 -03:00 |
|
Amin Ghadersohi
|
850c33fa6b
|
fix(mcp): enforce MAX_PAGE_SIZE limit on list tools to prevent oversized responses (#38959)
(cherry picked from commit 2c9cf0bd55)
|
2026-03-31 08:56:48 -03:00 |
|
Kamil Gabryjelski
|
c853d4df63
|
feat(mcp): support saved metrics from datasets in chart generation (#38955)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
(cherry picked from commit 15bab227bb)
|
2026-03-31 08:54:38 -03:00 |
|
Amin Ghadersohi
|
8d47bd7f42
|
fix(mcp): add try/except around DAO re-fetch to handle session errors in multi-tenant (#38859)
(cherry picked from commit 6dc3d7ad9f)
|
2026-03-30 09:08:06 -03:00 |
|
Amin Ghadersohi
|
77df7c2add
|
fix(mcp): add permission checks to generate_dashboard and update_chart tools (#38845)
(cherry picked from commit 23a5e95884)
|
2026-03-26 13:32:57 -03:00 |
|
Kamil Gabryjelski
|
6a866335b6
|
fix(mcp): detect unknown chart config fields and suggest correct ones (#38848)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
(cherry picked from commit 16f5a2a41a)
|
2026-03-26 13:32:47 -03:00 |
|
Amin Ghadersohi
|
a5d4348fb1
|
feat(mcp): add Handlebars chart type support to MCP service (#38402)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
(cherry picked from commit c596df9294)
|
2026-03-26 13:25:16 -03:00 |
|
Amin Ghadersohi
|
6d1a1b1863
|
fix(mcp): convert adhoc filters to QueryObject format before query compilation (#38774)
(cherry picked from commit 44c2c765ae)
|
2026-03-23 09:43:36 -03:00 |
|
Amin Ghadersohi
|
935226c736
|
feat(mcp): add horizontal bar chart orientation support to generate_chart (#38390)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-20 16:40:56 -03:00 |
|
Kamil Gabryjelski
|
9239db5a32
|
fix(mcp): fix detached Slice instance error in chart/dashboard serialization (#38767)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-20 16:34:03 -03:00 |
|
Kamil Gabryjelski
|
d7633752bd
|
fix(mcp): Chart schema followups - DRY extraction, template fix, alias and test gaps (#38746)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-03-20 16:34:03 -03:00 |
|
Kamil Gabryjelski
|
c2b3d36435
|
fix: Add aliases and groupby list to chart schemas (#38740)
|
2026-03-20 16:33:58 -03:00 |
|
Kamil Gabryjelski
|
b9259db772
|
fix: Row limit support for chart mcp tools (#38717)
|
2026-03-20 16:33:58 -03:00 |
|
Amin Ghadersohi
|
b791979c37
|
fix(mcp): replace uuid with url and changed_on_humanized in default list columns (#38566)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
(cherry picked from commit fc156d0014)
|
2026-03-17 11:43:52 -03:00 |
|
Amin Ghadersohi
|
a9b24da0a2
|
fix(mcp): improve default chart names with descriptive format (#38406)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
(cherry picked from commit 0cfd760a36)
|
2026-03-10 08:25:44 -03:00 |
|
Amin Ghadersohi
|
10415fe8be
|
fix(mcp): add missing command.validate() to MCP chart data tools (#38521)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
(cherry picked from commit 2a876e8b86)
|
2026-03-10 08:23:47 -03:00 |
|
Amin Ghadersohi
|
84a53eab31
|
feat(mcp): add pie, pivot table, and mixed timeseries chart creation support (#38375)
|
2026-03-06 08:13:47 +01:00 |
|
Amin Ghadersohi
|
3609cd9544
|
feat(mcp): add compile check to validate chart queries before returning (#38408)
|
2026-03-06 08:10:58 +01:00 |
|
Amin Ghadersohi
|
eef4d95c22
|
fix(mcp): add dataset validation for chart tools (#37185)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-02-25 18:54:47 +01:00 |
|
Amin Ghadersohi
|
a1312a86e8
|
fix(mcp): normalize column names to fix time series filter prompt issue (#37187)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-02-25 15:27:53 +01:00 |
|
Amin Ghadersohi
|
2a3567d2f1
|
fix(mcp): Remove unsupported thumbnail/preview URLs and internal fields from MCP schemas (#38109)
|
2026-02-23 12:44:12 +01:00 |
|
Amin Ghadersohi
|
9f8b212ccc
|
feat(mcp): add LIKE, ILIKE, IN, NOT IN filter operators to MCP chart tools (#38071)
|
2026-02-20 11:56:40 +01:00 |
|
Amin Ghadersohi
|
5cd829f13c
|
fix(mcp): handle more chart types in get_chart_data fallback query construction (#37969)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-17 13:02:42 +01:00 |
|
Amin Ghadersohi
|
47db185e3b
|
fix(mcp): include x_axis column in query context for series charts with group_by (#37639)
|
2026-02-05 19:59:44 +01:00 |
|
Amin Ghadersohi
|
4147d877fc
|
fix(mcp): prevent DATE_TRUNC on non-temporal columns in chart generation (#37433)
|
2026-02-05 09:24:31 -08:00 |
|
Amin Ghadersohi
|
a9dca529c1
|
fix(mcp): treat runtime validation warnings as informational, not errors (#37214)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-02-05 09:23:51 -08:00 |
|
Amin Ghadersohi
|
e1fa374517
|
feat(mcp): add time_grain parameter to XY chart generation (#37182)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-20 09:28:42 -08:00 |
|
Amin Ghadersohi
|
fe16c828cf
|
feat(mcp): Add support for AG Grid Interactive Table (ag-grid-table) viz_type (#37191)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-20 11:34:13 +01:00 |
|
Amin Ghadersohi
|
d0783da3e5
|
fix(mcp): Handle big_number charts and make semantic warnings non-blocking (#37142)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-16 18:19:06 +01:00 |
|
Amin Ghadersohi
|
047360641a
|
feat(mcp): change save_chart default to False for preview-first workflow (#36935)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-08 11:30:01 -08:00 |
|
Amin Ghadersohi
|
84279acd2f
|
feat(mcp): add unified get_schema tool for schema discovery (#36458)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-07 15:26:17 -08:00 |
|
Amin Ghadersohi
|
64ee48f147
|
fix(mcp): use chart.query_context for get_chart_data like the API does (#36937)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-07 16:32:45 -03:00 |
|
Amin Ghadersohi
|
f98939103b
|
fix(mcp-service): improve MCP tool parameter clarity and validation (#36137)
Co-authored-by: Rafael Benitez <rafael.benitez@contractors.food52.com>
|
2025-11-25 16:34:43 -08:00 |
|
Amin Ghadersohi
|
fee4e7d8e2
|
feat(mcp): MCP service implementation (PRs 3-9 consolidated) (#35877)
|
2025-10-31 08:33:21 -07:00 |
|
Amin Ghadersohi
|
e1455057e7
|
feat(mcp): PR2 - Add chart listing and info tools with core infrastructure (#35835)
|
2025-10-28 10:39:40 -07:00 |
|