mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
docs: fix installation command for YouTube Transcript MCP in servers.json (#3595)
This commit is contained in:
@@ -556,9 +556,9 @@
|
||||
"id": "youtube-transcript-mcp",
|
||||
"name": "YouTube Transcript",
|
||||
"description": "YouTube video transcript extraction",
|
||||
"command": "npx -y youtube-transcript-mcp",
|
||||
"command": "uvx --from git+https://github.com/jkawamoto/mcp-youtube-transcript mcp-youtube-transcript",
|
||||
"link": "https://github.com/jkawamoto/mcp-youtube-transcript",
|
||||
"installation_notes": "Install using npx package manager.",
|
||||
"installation_notes": "Install using uv package manager.",
|
||||
"is_builtin": false,
|
||||
"endorsed": false,
|
||||
"environmentVariables": []
|
||||
@@ -573,4 +573,4 @@
|
||||
"endorsed": false,
|
||||
"environmentVariables": []
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user