返回 Skill 列表
extension
分类: 开发与工程无需 API Key

Start/Stop App

启动或停止用户管理FastAPI应用程序。在需要运行或终止开发服务器时使用。

person作者: jakexiaohubgithub

Start/Stop App

Tool

  • tools/start.py - Start the app with uvicorn on port 8000
  • tools/stop.py - Kill any running uvicorn process

Usage

# Start the app
uv run .agent/skills/start-stop-app/tools/start.py

# Stop the app
uv run .agent/skills/start-stop-app/tools/stop.py