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 77f0287 commit 88b339aCopy full SHA for 88b339a
src/autointent/server/mcp.py
@@ -20,7 +20,7 @@
20
class Settings(BaseSettings):
21
"""Application settings loaded from environment variables."""
22
23
- model_config = SettingsConfigDict(env_file=".env", env_prefix="AUTOINTENT_")
+ model_config = SettingsConfigDict(env_file=".env", env_prefix="AUTOINTENT_", extra="ignore")
24
path: str = Field(..., description="Path to the optimized pipeline assets")
25
transport: Literal["stdio", "http"] = "stdio"
26
host: str = "127.0.0.1"
0 commit comments