From 9f809e7772d265fdee44dc52243ecfd1805b47c0 Mon Sep 17 00:00:00 2001 From: gsskk Date: Sat, 7 Feb 2026 20:32:06 +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 d55a7b18..c7bf0700 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -10327,4 +10327,16 @@ "tags": [], "is_official": false }, + { + "module_name": "nonebot_plugin_mcpclient", + "project_link": "nonebot-plugin-mcpclient", + "author_id": 1080807, + "tags": [ + { + "label": "mcp", + "color": "#243576" + } + ], + "is_official": false + }, ]