docs: add Rovo Dev CLI installation instructions to README

This commit is contained in:
enesgules 2025-08-19 17:59:51 +03:00
parent fa33711a54
commit 5aae290817
2 changed files with 39 additions and 1 deletions

View File

@ -859,6 +859,44 @@ Once saved, enter in the chat `get-library-docs` followed by your Context7 docum
</details>
<details>
<summary><b>Install in Rovo Dev CLI</b></summary>
Edit your Rovo Dev CLI MCP config by running the command below -
```bash
acli rovodev mcp
```
Example config -
#### Remote Server Connection
```json
{
"mcpServers": {
"context7": {
"url": "https://mcp.context7.com/mcp"
}
}
}
```
#### Local Server Connection
```json
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp", "--api-key", "YOUR_API_KEY"]
}
}
}
```
</details>
<details>
<summary><b>Install in Zencoder</b></summary>

View File

@ -1122,4 +1122,4 @@ Context7 项目由社区贡献,虽然我们努力保持高质量,但我们
## 📄 许可证
MIT
MIT