feat(mcp): dépendance mcp>=1.9 + champ mcp_api_key dans Settings

This commit is contained in:
2026-05-25 22:44:57 +02:00
parent bbf264fb61
commit 48e1b5343e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ class Settings(BaseSettings):
data_dir: str = "/data"
redis_url: str = "redis://redis:6379"
cors_origins: str = "http://localhost:3000"
mcp_api_key: str = ""
@property
def cors_origins_list(self) -> list[str]: