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 fb86ace commit c4d8a57Copy full SHA for c4d8a57
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Install dependencies
44
run: |
45
python -m pip install --upgrade pip
46
- python -m pip install ".[dev,server]"
+ python -m pip install ".[dev,server,mcp]"
47
48
- name: Cache pytest results
49
uses: actions/cache@v4
pyproject.toml
@@ -54,7 +54,7 @@ server = [
54
]
55
56
mcp = [
57
- "mcp>=1.0.0", # Model Context Protocol
+ "mcp==1.12.4", # Model Context Protocol
58
"pydantic>=2.0.0",
59
60
0 commit comments