mirror of
https://github.com/upstash/context7.git
synced 2025-12-01 01:20:36 +00:00
docs: add Rovo Dev CLI installation instructions to README
This commit is contained in:
parent
fa33711a54
commit
5aae290817
38
README.md
38
README.md
@ -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>
|
||||
|
||||
|
||||
@ -1122,4 +1122,4 @@ Context7 项目由社区贡献,虽然我们努力保持高质量,但我们
|
||||
|
||||
## 📄 许可证
|
||||
|
||||
MIT
|
||||
MIT
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user