update README.md

This commit is contained in:
kevinwatt
2025-02-22 03:24:44 +08:00
parent e9a0e55762
commit c39fd8785c
4 changed files with 3 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ An MCP server implementation that integrates with yt-dlp, providing video and au
* **Subtitles**: Download subtitles in SRT format for LLMs to read
* **Video Download**: Save videos to your Downloads folder with resolution control
* **Audio Download**: Save audios to your Downloads folder
* **Privacy-Focused**: Direct download without tracking
* **MCP Integration**: Works with Dive and other MCP-compatible LLMs
@@ -98,7 +99,6 @@ npx @kevinwatt/yt-dlp-mcp
## Documentation
- [API Reference](./docs/api.md)
- [Examples](./docs/examples.md)
- [Configuration](./docs/configuration.md)
- [Error Handling](./docs/error-handling.md)
- [Contributing](./docs/contributing.md)

View File

@@ -1 +0,0 @@

View File

@@ -1,6 +1,6 @@
{
"name": "@kevinwatt/yt-dlp-mcp",
"version": "0.6.24",
"version": "0.6.25",
"description": "An MCP server implementation that integrates with yt-dlp, providing video and audio content download capabilities (e.g. YouTube, Facebook, Tiktok, etc.) for LLMs.",
"keywords": [
"mcp",

View File

@@ -17,7 +17,7 @@ import { downloadVideo } from "./modules/video.js";
import { downloadAudio } from "./modules/audio.js";
import { listSubtitles, downloadSubtitles } from "./modules/subtitle.js";
const VERSION = '0.6.24';
const VERSION = '0.6.25';
/**
* Validate system configuration