mirror of
https://github.com/zhigang1992/mcp-applemusic.git
synced 2026-01-12 09:13:46 +08:00
11 lines
244 B
TOML
11 lines
244 B
TOML
[project]
|
|
name = "mcp-applemusic"
|
|
version = "0.1.4"
|
|
description = "A simple Apple Music API client for MCP"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = ["mcp>=1.2.1"]
|
|
|
|
[project.scripts]
|
|
mcp-applemusic = "mcp_applemusic:main"
|