From 09d79e3da45b17f21a0777addfc5378347973d96 Mon Sep 17 00:00:00 2001 From: woooooooooolf Date: Thu, 27 Aug 2026 23:06:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=EF=BC=9A=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=20ZCode=20=E6=8F=92=E4=BB=B6=E5=B8=82=E5=9C=BA=E4=BB=93?= =?UTF-8?q?=E5=BA=93=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index 4cd8f51..33a093c 100644 --- a/README.en.md +++ b/README.en.md @@ -64,7 +64,7 @@ The Agent should follow the configuration and directory conventions of the insta ### ZCode Plugin Marketplace Install -The root `marketplace.json` exposes this repository as a ZCode plugin marketplace, with the plugin manifest at `.zcode-plugin/plugin.json`. In ZCode, open **Settings → Plugins**, choose **Create → Add Marketplace**, enter `woooooooooolf/ser2mcp`, then install and enable `ser2mcp`. +The root `marketplace.json` exposes this repository as a ZCode plugin marketplace, with the plugin manifest at `.zcode-plugin/plugin.json`. In ZCode, open **Settings → Plugins**, choose **Create → Add Marketplace**, enter the full repository URL `https://github.com/woooooooooolf/ser2mcp`, then install and enable `ser2mcp`. Installation loads all `uart_*` MCP tools and both repository SKILLs. Verify with `uart_list_ports`; an empty array still means the server is working, with no serial ports currently enumerable. For offline installation, add the repository directory as a local marketplace source. diff --git a/README.md b/README.md index 4578f49..1b92dc9 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Agent 应以当前 DSH 版本的配置和目录约定为准,完成 stdio MCP ### ZCode 插件市场安装 -仓库根目录的 `marketplace.json` 提供 ZCode 插件市场,插件清单位于 `.zcode-plugin/plugin.json`。在 ZCode 中打开 **设置 → 插件**,点击右上角 **创建 → 添加插件市场**,输入 `woooooooooolf/ser2mcp`,然后安装并启用 `ser2mcp`。 +仓库根目录的 `marketplace.json` 提供 ZCode 插件市场,插件清单位于 `.zcode-plugin/plugin.json`。在 ZCode 中打开 **设置 → 插件**,点击右上角 **创建 → 添加插件市场**,输入完整仓库地址 `https://github.com/woooooooooolf/ser2mcp`,然后安装并启用 `ser2mcp`。 安装后会自动加载全部 `uart_*` MCP 工具和仓库内的两个 SKILL。调用 `uart_list_ports` 验证;返回空数组也表示服务器已正常工作,只是当前没有可枚举串口。离线安装时可把仓库目录作为本地市场源。