initial version

This commit is contained in:
2025-12-02 02:50:31 +00:00
commit 3cd6b04f81
9 changed files with 886 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[project]
name = "youtube-mcp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"mcp[cli]>=1.22.0",
"youtube-transcript-api>=1.2.3",
]