update:1.切换数据库PostgreSQL

This commit is contained in:
xiamuceer
2025-11-10 21:16:55 +08:00
parent dfea51cfa4
commit 20d9319a16
31 changed files with 2526 additions and 256 deletions
-1
View File
@@ -28,7 +28,6 @@ logger = get_logger(__name__)
async def lifespan(app: FastAPI):
"""应用生命周期管理"""
logger.info("应用启动,等待用户登录...")
logger.info("💡 MCP插件采用延迟加载策略,将在用户首次使用时自动加载")
yield