Skip to content

Commit 1b368b3

Browse files
authored
Merge pull request #29 from redis/feature/uvx-cli-support
Feature/uvx cli support
2 parents dfccb64 + a4b0a9f commit 1b368b3

20 files changed

+584
-254
lines changed

.env.example

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ REDIS_SSL_KEYFILE=/path/to/key.pem
99
REDIS_SSL_CERTFILE=/path/to/cert.pem
1010
REDIS_CERT_REQS=required
1111
REDIS_CA_CERTS=/path/to/ca_certs.pem
12-
REDIS_CLUSTER_MODE=False
13-
MCP_TRANSPORT=stdio
12+
REDIS_CLUSTER_MODE=False

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ venv.bak/
1616

1717
# UV lock file
1818
uv.lock
19+
20+
# IDE files
21+
.idea/
22+
.vscode/
23+
*.swp
24+
*.swo
25+
*~

0 commit comments

Comments
 (0)