Metadata-Version: 2.4
Name: snowline-mcp
Version: 0.1.0
Summary: Snowline MCP Server — WaveSpeed GPT Image 2 生图、本地后端 serve/build/health
License-Expression: MIT
Project-URL: Homepage, https://snowline.snowball.design/install
Project-URL: Source, https://github.com/XDC2025/snowline
Keywords: mcp,snowline,image-generation,wavespeed,ai
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# snowline-mcp

Snowline MCP Server — 为 Cursor / Claude / Codex 等 AI 客户端提供：

- `snowline_health` — 探活 Snowline 后端
- `snowline_serve` — 后台启动本地 server.py
- `snowline_serve_status` — 查询服务状态
- `snowline_build` — 构建创作前端
- `snowline_generate_image` — WaveSpeed GPT Image 2 生图

## 安装

```bash
# 一键安装（推荐）
uvx snowline-mcp
```

## Cursor 配置

访问 [snowline.snowball.design/install](https://snowline.snowball.design/install) 一键安装，或手动添加到 `.cursor/mcp.json`：

```json
{
  "mcpServers": {
    "snowline": {
      "command": "uvx",
      "args": ["snowline-mcp"]
    }
  }
}
```

## Codex 配置

添加到 `~/.codex/config.toml`：

```toml
[mcp_servers.snowline]
command = "uvx"
args = ["snowline-mcp"]
```
