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
+9
View File
@@ -0,0 +1,9 @@
{
"servers": {
"youtube-mcp": {
"type": "stdio",
"command": "uv",
"args": ["run", "mcp", "run", "src/server.py"]
}
}
}