A MCP server that enables you to manage Gitea/Forgejo repositories through AI assistants
  • Go 91.2%
  • Shell 7.2%
  • Perl 1.6%
Find a file
Ronmi Ren 0afe246cfc Add Forgejo Actions release workflow
Add automated release workflow that triggers on version tags:
- Build cross-platform binaries (Linux/Windows, amd64/arm64)
- Generate SHA1 checksums for all binaries
- Create GitHub release with all artifacts
- Run tests before building

This enables automated releases when version tags are pushed.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 14:08:21 +08:00
.forgejo/workflows Add Forgejo Actions release workflow 2025-08-05 14:08:21 +08:00
.rmi-work init 2025-08-03 23:06:30 +08:00
cmd Complete MCP server implementation with all tool registrations 2025-08-05 13:57:08 +08:00
fj11 init 2025-08-03 23:06:30 +08:00
tools Fix string to array conversion in list_issues tool 2025-08-05 13:54:30 +08:00
types Add API response types with Markdown rendering 2025-08-03 23:18:52 +08:00
.env init 2025-08-03 23:06:30 +08:00
.env.local Complete all tool implementations with Client dependency 2025-08-05 13:10:25 +08:00
CLAUDE.md Complete all tool implementations with Client dependency 2025-08-05 13:10:25 +08:00
features.md Fix API path inconsistencies with swagger specification 2025-08-04 20:55:04 +08:00
features.tw.md Fix API path inconsistencies with swagger specification 2025-08-04 20:55:04 +08:00
go.mod Add comprehensive MCP tool definitions for Forgejo operations 2025-08-04 02:19:10 +08:00
go.sum Add comprehensive MCP tool definitions for Forgejo operations 2025-08-04 02:19:10 +08:00
LICENSE create basic cli entry 2025-08-03 23:06:43 +08:00
main.go create basic cli entry 2025-08-03 23:06:43 +08:00
memo.md init 2025-08-03 23:06:30 +08:00
progress.tw.md Complete all tool implementations with Client dependency 2025-08-05 13:10:25 +08:00
prompt.tw.md Complete all tool implementations with Client dependency 2025-08-05 13:10:25 +08:00
proposal.md init 2025-08-03 23:06:30 +08:00
proposal.tw.md init 2025-08-03 23:06:30 +08:00
swagger.v1.json init 2025-08-03 23:06:30 +08:00