@@ -30,14 +30,36 @@ English | [简体中文](./README.zh-CN.md)
3030
3131## Table of Contents
3232
33+ - [ Table of Contents] ( #table-of-contents )
3334- [ Features] ( #features )
3435 - [ Chart Output Formats] ( #chart-output-formats )
3536 - [ Common Parameters Supported by All Charts] ( #common-parameters-supported-by-all-charts )
3637 - [ Supported Chart Types and Tools] ( #supported-chart-types-and-tools )
38+ - [ ` generate_cartesian_chart ` ] ( #generate_cartesian_chart )
39+ - [ ` generate_polar_chart ` ] ( #generate_polar_chart )
40+ - [ ` generate_hierarchical_chart ` ] ( #generate_hierarchical_chart )
41+ - [ ` generate_progress_chart ` ] ( #generate_progress_chart )
42+ - [ ` generate_wordcloud_venn ` ] ( #generate_wordcloud_venn )
43+ - [ ` generate_range_column_chart ` ] ( #generate_range_column_chart )
44+ - [ ` generate_dual_axis_chart ` ] ( #generate_dual_axis_chart )
45+ - [ ` generate_scatter_chart ` ] ( #generate_scatter_chart )
46+ - [ ` generate_sankey_chart ` ] ( #generate_sankey_chart )
47+ - [ ` generate_heatmap_chart ` ] ( #generate_heatmap_chart )
3748- [ Usage] ( #usage )
49+ - [ MacOS] ( #macos )
50+ - [ Windows] ( #windows )
51+ - [ Installing via Smithery] ( #installing-via-smithery )
3852- [ Running with SSE or Streamable Transport] ( #running-with-sse-or-streamable-transport )
53+ - [ Install and Start] ( #install-and-start )
54+ - [ Other CLI Options] ( #other-cli-options )
3955- [ Example Usage in AI Conversations] ( #example-usage-in-ai-conversations )
4056- [ Development] ( #development )
57+ - [ Prerequisites] ( #prerequisites )
58+ - [ Build] ( #build )
59+ - [ Development Mode (Auto Rebuild)] ( #development-mode-auto-rebuild )
60+ - [ Testing] ( #testing )
61+ - [ Debugging] ( #debugging )
62+ - [ Testing in AI Editors] ( #testing-in-ai-editors )
4163- [ Environment Variables] ( #environment-variables )
4264- [ Private Deployment] ( #private-deployment )
4365- [ License] ( #license )
@@ -499,6 +521,8 @@ Currently, images and HTML generated by vchart-mcp-server are produced via [http
499521}
500522```
501523
524+ Image generation service can be deployed privately refer to https://github.com/VisActor/vchart-mcp-server-export .
525+
502526## License
503527
504528MIT License
0 commit comments