fix(plugins): add missing hooks.json and .mcp.json to git, gitea, core

check-manifests.sh requires all paths declared in plugin.json to exist.
Adds empty hook and MCP server stubs matching kyberforge convention.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-28 14:51:02 +00:00
parent 1979ff5399
commit 4edaaac8aa
6 changed files with 18 additions and 0 deletions

3
plugins/core/.mcp.json Normal file
View File

@@ -0,0 +1,3 @@
{
"mcpServers": {}
}

3
plugins/core/hooks.json Normal file
View File

@@ -0,0 +1,3 @@
{
"hooks": {}
}

3
plugins/git/.mcp.json Normal file
View File

@@ -0,0 +1,3 @@
{
"mcpServers": {}
}

3
plugins/git/hooks.json Normal file
View File

@@ -0,0 +1,3 @@
{
"hooks": {}
}

3
plugins/gitea/.mcp.json Normal file
View File

@@ -0,0 +1,3 @@
{
"mcpServers": {}
}

3
plugins/gitea/hooks.json Normal file
View File

@@ -0,0 +1,3 @@
{
"hooks": {}
}