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
This commit is contained in:
jinli.yl 2025-09-01 23:18:16 +08:00
parent f3146aef04
commit f3911c92fd

View file

@ -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