From e00c29813226cf9cbfc0c844a0b27d8d44f05617 Mon Sep 17 00:00:00 2001 From: zxstty Date: Sat, 25 Oct 2025 15:20:01 +0800 Subject: [PATCH] =?UTF-8?q?mcp=20config=E5=A2=9E=E5=8A=A0=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/schemas/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/schemas/config.py b/apps/schemas/config.py index a4302baa..a6528732 100644 --- a/apps/schemas/config.py +++ b/apps/schemas/config.py @@ -203,7 +203,7 @@ class ConfigModel(BaseModel): redis: RedisConfig llm: LLMConfig function_call: FunctionCallConfig - mcp_config: McpConfig + mcp_config: McpConfig = Field(description="MCP配置", default=McpConfig()) security: SecurityConfig check: CheckConfig sandbox: SandboxConfig -- Gitee