# 设置数据库连接环境变量
export DATABASE_URL="postgresql://username:password@localhost:5432/your_database"

# 启动MCP服务器
uv run python db_server.py
