From 01a139ed5c54fce9f659fe55285e212ded772cca Mon Sep 17 00:00:00 2001 From: kevinwatt Date: Tue, 11 Feb 2025 03:21:49 +0800 Subject: [PATCH] docs: update README with Dive integration details --- README.md | 4 ++-- package.json | 2 +- src/index.mts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2dd6465..9d3ff54 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/package.json b/package.json index f7ed28a..64bbafe 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/index.mts b/src/index.mts index ef98737..8e9ccf3 100644 --- a/src/index.mts +++ b/src/index.mts @@ -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: {