Skip to content

Commit c4d8a57

Browse files
author
root
committed
fix: use mcp==1.12.4 instead of mcp>=1.0.0
1 parent fb86ace commit c4d8a57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install dependencies
4444
run: |
4545
python -m pip install --upgrade pip
46-
python -m pip install ".[dev,server]"
46+
python -m pip install ".[dev,server,mcp]"
4747
4848
- name: Cache pytest results
4949
uses: actions/cache@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ server = [
5454
]
5555

5656
mcp = [
57-
"mcp>=1.0.0", # Model Context Protocol
57+
"mcp==1.12.4", # Model Context Protocol
5858
"pydantic>=2.0.0",
5959
]
6060

0 commit comments

Comments
 (0)