Skip to content

Commit 086ab5f

Browse files
authored
docs: fix readme typo (#11)
1 parent ff76ef2 commit 086ab5f

File tree

1 file changed

+0
-79
lines changed

1 file changed

+0
-79
lines changed

README.md

Lines changed: 0 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -57,85 +57,6 @@ On Window system:
5757
Also, you can use it on aliyun, modelscope, glama.ai, smithery.ai or others with HTTP, SSE Protocol.
5858

5959

60-
## 🔨 Development
61-
62-
Install dependencies:
63-
64-
```bash
65-
npm install
66-
```
67-
68-
Build the server:
69-
70-
```bash
71-
npm run build
72-
```
73-
74-
Start the MCP server:
75-
76-
```bash
77-
npm run start
78-
```
79-
80-
# <img src="https://echarts.apache.org/zh/images/favicon.png" height="24"/> MCP ECharts ![](https://badge.mcpx.dev?type=server 'MCP Server') [![build](https://github.com/hustcc/mcp-echarts/actions/workflows/build.yml/badge.svg)](https://github.com/hustcc/mcp-echarts/actions/workflows/build.yml) [![npm Version](https://img.shields.io/npm/v/mcp-echarts.svg)](https://www.npmjs.com/package/mcp-echarts) [![smithery badge](https://smithery.ai/badge/@hustcc/mcp-echarts)](https://smithery.ai/server/@hustcc/mcp-echarts) [![npm License](https://img.shields.io/npm/l/mcp-echarts.svg)](https://www.npmjs.com/package/mcp-echarts)
81-
82-
Generate <img src="https://echarts.apache.org/zh/images/favicon.png" height="14"/> [Apache ECharts](https://echarts.apache.org/) diagram and chart with AI MCP dynamically. Using for chart generation and data analysis.
83-
84-
<a href="https://glama.ai/mcp/servers/@hustcc/mcp-echarts">
85-
<img width="380" height="200" src="https://glama.ai/mcp/servers/@hustcc/mcp-echarts/badge" alt="ECharts MCP server" />
86-
</a>
87-
88-
<div align="center">
89-
<img width="648" alt="mcp-echarts" src="https://mdn.alipayobjects.com/huamei_1gdzij/afts/img/A*s3w3SpMMPDQAAAAARzAAAAgAemB7AQ/original" />
90-
</div>
91-
92-
## ✨ Features
93-
94-
- Fully support all features and syntax of `ECharts`, include data, style, theme and so on.
95-
- Support exporting to `png`, `svg`, and `option` formats, with validation for `ECharts` to facilitate the model's multi-round output of correct syntax and graphics.
96-
- Lightweight, we can install it with `zero dependence`.
97-
- Extremely `secure`, fully generated locally, without relying on any remote services.
98-
99-
100-
## 🤖 Usage
101-
102-
To use with `Desktop APP`, such as Claude, VSCode, Cline, Cherry Studio, and so on, add the MCP server config below. On Mac system:
103-
104-
```json
105-
{
106-
"mcpServers": {
107-
"mcp-echarts": {
108-
"command": "npx",
109-
"args": [
110-
"-y",
111-
"mcp-echarts"
112-
]
113-
}
114-
}
115-
}
116-
```
117-
118-
On Window system:
119-
120-
```json
121-
{
122-
"mcpServers": {
123-
"mcp-echarts": {
124-
"command": "cmd",
125-
"args": [
126-
"/c",
127-
"npx",
128-
"-y",
129-
"mcp-echarts"
130-
]
131-
}
132-
}
133-
}
134-
```
135-
136-
Also, you can use it on aliyun, modelscope, glama.ai, smithery.ai or others with HTTP, SSE Protocol.
137-
138-
13960
## 🔨 Development
14061

14162
Install dependencies:

0 commit comments

Comments
 (0)