v0.5.1 Release Notes¶
This patch release tightens MCP patch operation constraints and updates documentation for backend behavior clarity.

Highlights¶
- Added a service-level guard for backend-only op mixing:
create_chartandapply_table_stylecan no longer be combined in a single request.- Updated MCP docs and README pages for
create_chartconstraints: - COM-only behavior
- supported chart types:
line,column,bar,area,pie,doughnut,scatter,radar - chart type aliases:
column_clustered->column,bar_clustered->bar,xy_scatter->scatter,donut->doughnut - related flag limitations
- incompatibility with
apply_table_stylein one request
Notes¶
- This is a compatibility and correctness-focused patch release with no new public tool surface added.