This commit is contained in:
kevinwatt
2025-02-11 02:59:20 +08:00
parent 2e879df47d
commit 3dd7d10dc7
2 changed files with 10 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@kevinwatt/yt-dlp-mcp",
"version": "0.5.1",
"version": "0.6.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@kevinwatt/yt-dlp-mcp",
"version": "0.5.1",
"version": "0.6.0",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "0.7.0",

View File

@@ -1,8 +1,14 @@
{
"name": "@kevinwatt/yt-dlp-mcp",
"version": "0.5.1",
"version": "0.6.0",
"description": "YouTube yt-dlp MCP Server - Download YouTube content via Model Context Protocol",
"keywords": ["mcp", "youtube", "yt-dlp", "dive", "llm"],
"keywords": [
"mcp",
"youtube",
"yt-dlp",
"dive",
"llm"
],
"homepage": "https://github.com/kevinwatt/yt-dlp-mcp#readme",
"bugs": {
"url": "https://github.com/kevinwatt/yt-dlp-mcp/issues"