781439bbdb
- Full Gitea REST API coverage for repos, issues, PRs, branches, files, releases, webhooks, orgs, notifications - Multi-instance support via config.json - pyproject.toml with pinned dependencies (mcp[cli], httpx) - config.example.json as credentials template (config.json is gitignored)
14 lines
264 B
JSON
14 lines
264 B
JSON
{
|
|
"mcpServers": {
|
|
"gitea": {
|
|
"command": "uv",
|
|
"args": [
|
|
"run",
|
|
"--project", "${CLAUDE_PLUGIN_ROOT}",
|
|
"${CLAUDE_PLUGIN_ROOT}/server/gitea_mcp.py",
|
|
"--config", "${CLAUDE_PLUGIN_ROOT}/config.json"
|
|
]
|
|
}
|
|
}
|
|
}
|