From b12946117286003ea0c40d015728c5ee88931abe Mon Sep 17 00:00:00 2001 From: Deivid Soto Date: Thu, 12 Feb 2026 22:33:52 +0100 Subject: [PATCH] chore: rename package to @torrentclaw/mcp for npm organization --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe3dc79..3a13c68 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "torrentclaw-mcp", + "name": "@torrentclaw/mcp", "version": "0.2.0", "description": "MCP server for TorrentClaw — search and discover movies and TV shows with torrent downloads, magnet links, streaming availability, and cast/crew metadata", "type": "module",