Metadata-Version: 2.4
Name: gensong-mcp
Version: 0.1.0
Summary: MCP server for VolcEngine GenSongV4
Author: dmuRRR111
License: MIT
Keywords: mcp,gensong,volcengine,music
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.31.0
Requires-Dist: mcp>=1.9.0

# GenSong MCP

A small Python MCP server for VolcEngine `GenSongV4`.

## Requirements

- Python 3.10+
- Environment variables:
  - `VOLCENGINE_ACCESS_KEY`
  - `VOLCENGINE_SECRET_KEY`

## Local install

```bash
pip install .
```

## Local run

```bash
gensong-mcp
```

## Publish to PyPI

Build and upload from the project root:

```bash
python -m pip install build twine
python -m build
python -m twine upload dist/*
```

## Hiagent with uvx

After the package is published to PyPI, configure Hiagent to use the package name directly.

Example:

```bash
uvx gensong-mcp
```
