migration
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from functools import cache
|
||||
from pathlib import Path
|
||||
from typing import Literal
|
||||
|
||||
from pydantic import BaseModel
|
||||
from pydantic import DirectoryPath
|
||||
@@ -29,7 +28,6 @@ class Settings(BaseSettings):
|
||||
debug: bool = False
|
||||
log_level: str = "info"
|
||||
mounts: Mounts = Field(default_factory=Mounts)
|
||||
mcp_transport: Literal["http", "sse"] = "http"
|
||||
site_dir: DirectoryPath = Field(default=_REPO_ROOT / "site")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user