Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-<os>-<arch>
$ wget -O rover-mcp https://github.com/rover-app/mcp-cli/releases/latest/download/rover-mcp-<os>-<arch>
$ chmod +x rover-mcp
```

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down
Loading