From b3ca57aeb7240c1551a1127d4544ffabe0303946 Mon Sep 17 00:00:00 2001 From: Deivid Soto Date: Thu, 12 Feb 2026 22:48:14 +0100 Subject: [PATCH] chore: normalize package.json format --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a18aab4..67722d9 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "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", "bin": { - "torrentclaw-mcp": "./build/index.js" + "torrentclaw-mcp": "build/index.js" }, "main": "./build/index.js", "files": [ @@ -48,7 +48,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/torrentclaw/torrentclaw-mcp" + "url": "git+https://github.com/torrentclaw/torrentclaw-mcp.git" }, "homepage": "https://github.com/torrentclaw/torrentclaw-mcp#readme", "bugs": {