Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: astral-sh/setup-uv@v6
with:
version: "latest"
enable-cache: false

- name: ⚙️ Set Python up and add dependencies
run: |
Expand Down Expand Up @@ -60,6 +61,7 @@ jobs:
uses: astral-sh/setup-uv@v6
with:
version: "latest"
enable-cache: false

- name: ⚙️ Set Python up and add dependencies
run: |
Expand Down Expand Up @@ -113,6 +115,7 @@ jobs:
uses: astral-sh/setup-uv@v6
with:
version: "latest"
enable-cache: false

- name: ⚙️ Set Python ${{ matrix.python-version }} up and add dependencies
run: |
Expand All @@ -138,7 +141,7 @@ jobs:
uses: codecov/codecov-action@v5
if: matrix.python-version == '3.12'
with:
file: ./coverage.xml
files: ./coverage.xml
flags: unittests
name: codecov-umbrella

Expand All @@ -158,6 +161,7 @@ jobs:
uses: astral-sh/setup-uv@v6
with:
version: "latest"
enable-cache: false

- name: ⚙️ Set Python ${{ matrix.python-version }} up and add dependencies
run: |
Expand Down Expand Up @@ -208,6 +212,7 @@ jobs:
uses: astral-sh/setup-uv@v6
with:
version: "latest"
enable-cache: false

- name: ⚙️ Set up Python
run: uv python install 3.12
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
uses: astral-sh/setup-uv@v6
with:
version: "latest"
enable-cache: false

- name: ⚙️ Set up Python
run: uv python install 3.12
Expand All @@ -69,6 +70,7 @@
uses: astral-sh/setup-uv@v6
with:
version: "latest"
enable-cache: false

- name: ⚙️ Set Python up and add dependencies
run: |
Expand Down Expand Up @@ -113,6 +115,7 @@
uses: astral-sh/setup-uv@v6
with:
version: "latest"
enable-cache: false

- name: ⚙️ Set up Python ${{ matrix.python-version }}
run: |
Expand Down Expand Up @@ -158,6 +161,7 @@
uses: astral-sh/setup-uv@v6
with:
version: "latest"
enable-cache: false

- name: ⚙️ Set up Python
run: uv python install 3.12
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "redis-mcp-server"
version = "0.3.0"
version = "0.3.1"
description = "Redis MCP Server - Model Context Protocol server for Redis"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0.alpha"
__version__ = "0.3.1"
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.