resolve: merge upstream/main into feature/mcp-exit-fix and fix conflicts

This commit is contained in:
caixypromise
2025-05-07 00:39:21 +08:00
4 changed files with 41 additions and 60 deletions
+2 -2
View File
@@ -50,9 +50,9 @@ class MCPManager:
"""初始化所有MCP服务"""
config = self.load_config()
for name, srv_config in config.items():
if not srv_config.get("command"):
if not srv_config.get("command") and not srv_config.get("url"):
self.logger.bind(tag=TAG).warning(
f"Skipping server {name}: command not specified"
f"Skipping server {name}: neither command nor url specified"
)
continue