We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa68b88 commit 15fc830Copy full SHA for 15fc830
README.md
@@ -25,7 +25,7 @@ uv sync
25
26
## Configuration
27
28
-To configure the Redis Cloud API MCP Server, consider the following environment variables:
+To configure this Redis MCP Server, consider the following environment variables:
29
30
| Name | Description | Default Value |
31
|-------------------------|-----------------------------------------------------------|---------------|
src/tools/redis_query_engine.py
@@ -1,4 +1,3 @@
1
-from typing import Dict, Any
2
from common.connection import RedisConnectionManager
3
from redis.exceptions import RedisError
4
from common.server import mcp
0 commit comments