fix(mcp): contrainte version mcp<2.0 + MCP_API_KEY dans .env.example

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-25 22:46:36 +02:00
parent 48e1b5343e
commit 6ff7c2f74e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
DATABASE_URL=postgresql+asyncpg://homehub:homehub@db:5432/homehub
UPLOAD_DIR=/uploads
CORS_ORIGINS=http://localhost:3001,http://localhost:3000
MCP_API_KEY=
+1 -1
View File
@@ -8,6 +8,6 @@ pillow==11.1.0
python-multipart==0.0.20
httpx==0.28.0
arq==0.26.1
mcp>=1.9
mcp>=1.9,<2.0
pytest==8.3.4
pytest-asyncio==0.24.0