Metadata-Version: 2.4
Name: mcp-data-analyzer
Version: 0.2
Summary: mcp data analyzer
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: mcp[cli]>=1.6.0
Requires-Dist: pandas>=2.2.3
Requires-Dist: seaborn>=0.13.2
Requires-Dist: twine>=6.1.0
Requires-Dist: openpyxl>=3.1.5

# 数据分析助手

## 本地调试
```
uv --directory /Users/morris/Desktop/coding/mcp-data-analzyer run main.py
```
## 提示词
分析 /Users/morris/Desktop/coding/mcp-data-analzyer/sales.xlsx 的各个方面，包含文字和图表，将分析结果保存为markdown格式的分析报告，
分析报告保存到 /Users/morris/Desktop/coding/mcp-data-analzyer/report 目录下

## 对外分享
三步：  
[01 账号申请](./pypi包上传/01%20账号申请.md)  
[02 上传压缩包到pypi](./pypi包上传/03%20上传压缩包到pypi.md)  
03 测试效果
