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)
10 lines
168 B
JSON
10 lines
168 B
JSON
{
|
|
"instances": {
|
|
"default": {
|
|
"url": "https://your-gitea.example.com",
|
|
"token": "your_personal_access_token_here"
|
|
}
|
|
},
|
|
"default": "default"
|
|
}
|