test swap

This commit is contained in:
锦恢 2025-05-29 21:13:04 +08:00
parent f04c30cf36
commit d2380bb85b

View File

@ -9,6 +9,7 @@
Python 写 mcp 服务器强烈推荐使用 uv 作为包管理器,关于 uv你只需要知道它是一个高性能包管理器拥有 pip 和 conda 的所有优点。没有的朋友请先通过 pip 安装 uv
```bash
pip install uv
```