[project]
name = "youtube-mcp-server"
version = "0.1.0"
description = "A YouTube MCP Server for video information and transcription"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"llvmlite>=0.43.0",
"mcp>=1.25.0",
"numba>=0.60.0",
"numpy>=2.2.6",
"openai-whisper>=20250625",
"pydub>=0.25.1",
"silero-vad>=6.2.0",
"soundfile>=0.13.1",
"torch>=2.9.1",
"uvicorn>=0.40.0",
"yt-dlp>=2025.12.8",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/youtube_mcp_server"]