Skip to content

Commit 6ac2f78

Browse files
committed
Recommendation to execute a tagged release and not the code in the main branch
1 parent dc54488 commit 6ac2f78

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,14 @@ The Redis MCP Server supports the `stdio` [transport](https://modelcontextprotoc
6969
7070
### Quick Start with uvx
7171

72-
The easiest way to use the Redis MCP Server is with `uvx`, which allows you to run it directly from GitHub (from a branch, or use a tagged release).
72+
The easiest way to use the Redis MCP Server is with `uvx`, which allows you to run it directly from GitHub (from a branch, or use a tagged release). It is recommended to use a tagged release, the `main` branch is under active development and may contain breaking changes. As an example, you can execute the following command to run the `0.2.0` release:
73+
74+
```commandline
75+
uvx --from git+https://github.com/redis/[email protected] redis-mcp-server --url redis://localhost:6379/0
76+
```
77+
78+
Check the release notes for the latest version in the [Releases](https://github.com/redis/mcp-redis/releases) section.
79+
Additional examples are provided below.
7380

7481
```sh
7582
# Run with Redis URI

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.3.0.alpha"

0 commit comments

Comments
 (0)