From df575129a1b86ec2d4fdd0dd0912cac20b0f3763 Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Wed, 9 Sep 2026 19:47:35 +0000 Subject: [PATCH] chore(gitea): sync generated plugin.json manifests for the mcp config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bash scripts/sync-plugin-content.sh --all after wiring the real gitea-mcp server into plugins/gitea/.mcp.json — plugin.json (claude profile) picks up the inlined server block (env omitted, since these are public generated manifests), the copilot profile's plugin.json picks up the ".mcp.json" pointer form. Also normalizes a pre-existing description-field escaping drift the generator fixes as a side effect. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01PDj6F7SPXzh3FtPN78dZ88 --- plugins/gitea/.claude-plugin/plugin.json | 14 +++++++++++++- plugins/gitea/.github/plugin/plugin.json | 5 +++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/plugins/gitea/.claude-plugin/plugin.json b/plugins/gitea/.claude-plugin/plugin.json index bd4575d..9ac6d6b 100644 --- a/plugins/gitea/.claude-plugin/plugin.json +++ b/plugins/gitea/.claude-plugin/plugin.json @@ -17,5 +17,17 @@ "milestones", "releases", "branches" - ] + ], + "mcpServers": { + "gitea": { + "args": [ + "run", + "gitea.com/gitea/gitea-mcp@v1.7.0", + "-t", + "stdio" + ], + "command": "go", + "type": "stdio" + } + } } diff --git a/plugins/gitea/.github/plugin/plugin.json b/plugins/gitea/.github/plugin/plugin.json index bd4575d..2764b8d 100644 --- a/plugins/gitea/.github/plugin/plugin.json +++ b/plugins/gitea/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "gitea", "version": "1.3.8", - "description": "Skills and agents for working with a Gitea forge through its HTTP API \u2014 the forge's own objects, as distinct from the local git clone.", + "description": "Skills and agents for working with a Gitea forge through its HTTP API — the forge's own objects, as distinct from the local git clone.", "author": { "name": "Defame1297", "email": "defame1297@rkdr.net", @@ -17,5 +17,6 @@ "milestones", "releases", "branches" - ] + ], + "mcpServers": ".mcp.json" }