Skip to content

Commit 4c8e1d2

Browse files
committed
compatibility tests
1 parent 3ab13dd commit 4c8e1d2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/mcp-compatibility.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,14 @@ jobs:
6767
with:
6868
python-version: '3.12'
6969

70+
- name: Update pyproject.toml with MCP ${{ matrix.mcp-version }}
71+
run: |
72+
# Update the MCP version in pyproject.toml
73+
sed -i 's/mcp==.*/mcp==${{ matrix.mcp-version }}"/' pyproject.toml
74+
7075
- name: Install dependencies with MCP ${{ matrix.mcp-version }}
7176
run: |
7277
uv sync --extra dev
73-
uv pip install mcp==${{ matrix.mcp-version }}
7478
7579
- name: Run full test suite with MCP ${{ matrix.mcp-version }}
7680
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020

2121
dependencies = [
2222
"datafog>=4.1.1",
23-
"mcp>=1.0.0",
23+
"mcp==1.9.2",
2424
"pydantic>=2.0.0",
2525
]
2626

0 commit comments

Comments
 (0)