Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` 验证;返回空数组也表示服务器已正常工作,只是当前没有可枚举串口。离线安装时可把仓库目录作为本地市场源。

Expand Down