Metadata-Version: 2.4
Name: chinese-stock-mcp
Version: 0.1.0
Summary: Add your description here
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: fastmcp>=2.10.5
Requires-Dist: pysnowball>=0.1.5

# 股票数据 MCP Server

## 🚀 快速开始

### 手动安装
使用 uv:

```bash
uv tool install china-stock-mcp
```

### 🔌 MCP 集成

将此配置添加到您的 MCP 客户端配置文件中：

```json
{
    "mcpServers": {
        "china-stock-mcp": {
            "command": "uv",
            "args": [
                "tool",
                "run",
                "china-stock-mcp"
            ]
        }
    }
}
```
