From 3e442deb8625297416713d5bb34a3ceb101d2f6b Mon Sep 17 00:00:00 2001 From: tehlordvortex Date: Fri, 6 Jun 2025 16:00:28 +0100 Subject: [PATCH] update repo link and download link --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e791fd8..31baa2e 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ through the Zed extension registry. This is the recommended way to install the R ```sh # Optionally, put the file somewhere on your path -$ wget -O rover-mcp https://github.com/DocumaticAI/mcp-cli/releases/download/latest/rover-mcp-- +$ wget -O rover-mcp https://github.com/rover-app/mcp-cli/releases/latest/download/rover-mcp-- $ chmod +x rover-mcp ``` diff --git a/package.json b/package.json index 2e5bb92..86ca36a 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "@getrover/mcp-cli", "description": "Connect any MCP client to Curio, Rover's code agent, via the stdio transport.", - "version": "1.0.0", + "version": "1.0.1", "type": "module", "author": { "name": "getrover" }, "repository": { "type": "git", - "url": "https://github.com/documaticai/mcp-cli" + "url": "https://github.com/rover-app/mcp-cli" }, "license": "MIT", "keywords": ["MCP", "Model Context Protocol", "Rover", "stdio"],