replica-omnisciente/scripts/music-mcp/pyproject.toml
Raphael Cautus (Maestro) 2f26f2d836 feat(scripts): onboarding, GWS, lifestream, muscriptor, music, data-sharing
- onboard-client.py: client replica scaffolding CLI
- gws/: Google Workspace sync (Gmail, Calendar, Drive)
- lifestream/: life event stream collector
- muscriptor-mcp/: audio → MIDI MCP server
- music-mcp/: music library MCP server
- data_sharing/: consent-gated data sharing (Python + TS)
- sync-mirrors.py: GitHub → Forgejo mirror engine
- brain-to-gbrain.py, vault-sync.py, test-all.sh
- shared/: TS data-sharing library + index
- dirac: provider registry update
- .gitignore: exclude Rust build artifacts

Co-authored-by: Álvaro de Campos <campos@portugalfuturista.org>
2026-07-31 14:58:02 +01:00

18 lines
378 B
TOML

[project]
name = "music-mcp"
version = "0.1.0"
description = "MCP server for the Portugal Futurista music stack"
requires-python = ">=3.10"
dependencies = [
"mcp[cli]>=1.0.0",
"httpx>=0.27",
"pydantic>=2.0",
"python-dotenv>=1.0",
]
[project.scripts]
music-mcp = "music_mcp.server:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"