From f3911c92fd6bc6527b5fd7e57946d13f35ef34fe Mon Sep 17 00:00:00 2001 From: "jinli.yl" Date: Mon, 1 Sep 2025 23:18:16 +0800 Subject: [PATCH] docs(mcp): update package name in quick start guide - Change 'reme_ai' to 'reme-ai' in the pip install command - This correction ensures consistency with the correct package name --- doc/mcp_quick_start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mcp_quick_start.md b/doc/mcp_quick_start.md index 27507c00..aebef04d 100644 --- a/doc/mcp_quick_start.md +++ b/doc/mcp_quick_start.md @@ -22,7 +22,7 @@ integration with MCP-compatible clients. ### Option 1: Install from PyPI (Recommended) ```bash -pip install reme_ai +pip install reme-ai ``` ### Option 2: Install from Source