mirror of
https://github.com/Sun-ZhenXing/mcp-template-python.git
synced 2026-02-04 18:23:33 +00:00
chore: Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -15,7 +15,7 @@ class AppSettings(BaseSettings):
|
||||
|
||||
model_config = SettingsConfigDict(
|
||||
env_prefix="APP_",
|
||||
extra="allow",
|
||||
extra="ignore",
|
||||
)
|
||||
|
||||
mcp: MCPSettings = MCPSettings()
|
||||
|
||||
Reference in New Issue
Block a user