docs: update README with Dive integration details

This commit is contained in:
kevinwatt 2025-02-11 03:21:49 +08:00
parent a44d758ca6
commit 01a139ed5c
3 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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",

View File

@ -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: {