docs: update README with Dive integration details
This commit is contained in:
parent
a44d758ca6
commit
01a139ed5c
@ -6,11 +6,11 @@ Uses `yt-dlp` to download YouTube content and connects it to LLMs via [Model Con
|
||||
|
||||
- Download YouTube subtitles (SRT format) for LLMs to read
|
||||
- Download YouTube videos to your Downloads folder
|
||||
- Integrates with Claude.ai and other MCP-compatible LLMs
|
||||
- Integrates with Dive and other MCP-compatible LLMs
|
||||
|
||||
## Installation
|
||||
|
||||
1. Install `yt-dlp` (Homebrew and WinGet both work great here)
|
||||
1. Install `yt-dlp` (Pip, Homebrew and WinGet both work great here)
|
||||
|
||||
yt-dlp-mcp requires the yt-dlp package. Install it based on your operating system:
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@kevinwatt/yt-dlp-mcp",
|
||||
"version": "0.6.3",
|
||||
"version": "0.6.4",
|
||||
"description": "YouTube yt-dlp MCP Server - Download YouTube content via Model Context Protocol",
|
||||
"keywords": [
|
||||
"mcp",
|
||||
|
||||
@ -17,7 +17,7 @@ import { rimraf } from "rimraf";
|
||||
const server = new Server(
|
||||
{
|
||||
name: "yt-dlp-mcp",
|
||||
version: "0.6.3",
|
||||
version: "0.6.4",
|
||||
},
|
||||
{
|
||||
capabilities: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user