From 5aae290817cb03155b3b6f18db74bae6b0fd7dd9 Mon Sep 17 00:00:00 2001 From: enesgules Date: Tue, 19 Aug 2025 17:59:51 +0300 Subject: [PATCH] docs: add Rovo Dev CLI installation instructions to README --- README.md | 38 ++++++++++++++++++++++++++++++++++++++ docs/README.zh-CN.md | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2160920..c60f312 100644 --- a/README.md +++ b/README.md @@ -859,6 +859,44 @@ Once saved, enter in the chat `get-library-docs` followed by your Context7 docum +
+Install in Rovo Dev CLI + +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"] + } + } +} +``` + +
+
Install in Zencoder diff --git a/docs/README.zh-CN.md b/docs/README.zh-CN.md index 49f034e..624599f 100644 --- a/docs/README.zh-CN.md +++ b/docs/README.zh-CN.md @@ -1122,4 +1122,4 @@ Context7 项目由社区贡献,虽然我们努力保持高质量,但我们 ## 📄 许可证 -MIT \ No newline at end of file +MIT