1 Commits

Author SHA1 Message Date
renovate edaaddd024 chore(deps): update dependency mcp to v1.28.0
Docker Build and Push / integration-test (pull_request) Failing after 9s
Docker Build and Push / test (pull_request) Successful in 18s
Docker Build and Push / build (pull_request) Has been skipped
2026-06-16 21:57:09 +00:00
3 changed files with 3 additions and 9 deletions
+2 -7
View File
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
with:
python-version: "3.14"
- name: Install dependencies
@@ -29,7 +29,6 @@ jobs:
- name: Start Qdrant
run: |
docker rm -f qdrant 2>/dev/null || true
docker run -d --name qdrant \
--network "container:$(hostname)" \
docker.io/qdrant/qdrant:latest
@@ -42,7 +41,7 @@ jobs:
sleep 1
done
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
with:
python-version: "3.14"
- name: Install dependencies
@@ -54,10 +53,6 @@ jobs:
QDRANT_URL: http://localhost:6333
COLLECTION_NAME: test_mcp_maildir
- name: Cleanup Qdrant
if: always()
run: docker rm -f qdrant 2>/dev/null || true
build:
runs-on: ubuntu-latest
needs: [test, integration-test]
-1
View File
@@ -1 +0,0 @@
test
+1 -1
View File
@@ -1,4 +1,4 @@
mcp==1.28.1
mcp==1.28.0
fastmcp==3.4.2
qdrant-client==1.18.0
fastembed==0.8.0