From d2380bb85b234afb2d9b2ac22e93da00396d86af Mon Sep 17 00:00:00 2001 From: Kirigaya <1193466151@qq.com> Date: Thu, 29 May 2025 21:13:04 +0800 Subject: [PATCH] test swap --- plugin-tutorial/quick-start/first-mcp.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin-tutorial/quick-start/first-mcp.md b/plugin-tutorial/quick-start/first-mcp.md index 80d6ccc..d53c44a 100644 --- a/plugin-tutorial/quick-start/first-mcp.md +++ b/plugin-tutorial/quick-start/first-mcp.md @@ -9,6 +9,7 @@ Python 写 mcp 服务器强烈推荐使用 uv 作为包管理器,关于 uv,你只需要知道它是一个高性能包管理器,拥有 pip 和 conda 的所有优点。没有的朋友请先通过 pip 安装 uv: + ```bash pip install uv ```