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:
@@ -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=
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user