[Sprint 1] feat: Implement chart tools (2 tools) #173
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Implement Plotly-based chart creation tools for data visualization.
Acceptance Criteria
mcp_server/chart_tools.pychart_createtool:chart_type: string, data: object, options?: objectchart_configure_interactiontool:figure_ref: string, interactions: objectTechnical Notes
Dependencies
Completed: Chart tools implemented.
Tools Added:
chart_create- Create Plotly charts (line, bar, scatter, pie, heatmap, histogram, area)chart_configure_interaction- Configure hover, click data, selection, zoomFeatures:
donut: trueoptionhorizontal: trueTest Results:
Commit:
c91f21f