chore(gitea): sync generated plugin.json manifests for the mcp config
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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PDj6F7SPXzh3FtPN78dZ88
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user