From 27aa41f6aa4a0ae9e87c6bce397974b473df68e3 Mon Sep 17 00:00:00 2001 From: gsskk Date: Fri, 23 Jan 2026 16:51:26 +0800 Subject: [PATCH] :beers: publish plugin MCP Client (#3841) --- assets/plugins.json5 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index 87be7557..17357482 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -10268,4 +10268,16 @@ ], "is_official": false }, + { + "module_name": "nonebot_plugin_mcpclient", + "project_link": "nonebot-plugin-mcpclient", + "author_id": 1080807, + "tags": [ + { + "label": "mcp", + "color": "#243576" + } + ], + "is_official": false + }, ]