Skip to content

Commit 3e442de

Browse files
committed
update repo link and download link
1 parent ef010cb commit 3e442de

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ through the Zed extension registry. This is the recommended way to install the R
5050

5151
```sh
5252
# Optionally, put the file somewhere on your path
53-
$ wget -O rover-mcp https://github.com/DocumaticAI/mcp-cli/releases/download/latest/rover-mcp-<os>-<arch>
53+
$ wget -O rover-mcp https://github.com/rover-app/mcp-cli/releases/latest/download/rover-mcp-<os>-<arch>
5454
$ chmod +x rover-mcp
5555
```
5656

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@getrover/mcp-cli",
33
"description": "Connect any MCP client to Curio, Rover's code agent, via the stdio transport.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"type": "module",
66
"author": {
77
"name": "getrover"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/documaticai/mcp-cli"
11+
"url": "https://github.com/rover-app/mcp-cli"
1212
},
1313
"license": "MIT",
1414
"keywords": ["MCP", "Model Context Protocol", "Rover", "stdio"],

0 commit comments

Comments
 (0)