update build

This commit is contained in:
mm644706215
2025-07-29 16:54:15 +08:00
parent 9bd77e991e
commit 3d95fc1359
4 changed files with 52 additions and 0 deletions

15
docker/start.sh Normal file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
# rustfs-s3-toolkit MCP Server Docker Start Script
set -e
# 颜色定义
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[1;33m'
BLUE='\033[0;34m'
NC='\033[0m' # No Color
echo -e "${BLUE}🚀 rustfs-s3-toolkit MCP Server Starting...${NC}"
source .venv/bin/activate && python src/rustfs_s3_toolkit/mcp_server.py