v0.6.23
This commit is contained in:
parent
12fa5dbffe
commit
c4dcc0eda2
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@kevinwatt/yt-dlp-mcp",
|
||||
"version": "0.6.22",
|
||||
"version": "0.6.23",
|
||||
"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",
|
||||
|
||||
@ -14,7 +14,7 @@ import * as path from "path";
|
||||
import { spawnPromise } from "spawn-rx";
|
||||
import { rimraf } from "rimraf";
|
||||
|
||||
const VERSION = '0.6.22';
|
||||
const VERSION = '0.6.23';
|
||||
|
||||
/**
|
||||
* System Configuration
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user