Commit Graph

  • 8f4f8f3a14 feat(repo): add upload_release_attachment tool feat/bulk-operations chaim 2026-05-13 16:19:52 +00:00
  • d0f9de5923 feat(repo): add get_files_batch and commit_multiple_files tools chaim 2026-05-13 16:19:24 +00:00
  • 4131a99256 feat(repo): add download_repo_archive tool chaim 2026-05-13 16:18:42 +00:00
  • a519798e69 fix(security): require Gitea tokens via env vars main chaim 2026-04-25 21:10:32 +00:00
  • 12f0e872c1 fix: update install.sh URLs from Chaim/gitea-mcp to mcp-servers/gitea-mcp chaim 2026-04-04 20:03:46 +00:00
  • 9d41be6c4f fix: update repo URLs and config path after transfer to mcp-servers org chaim 2026-04-04 19:15:52 +00:00
  • 8a314a8a5b fix: write MCP config to ~/.claude.json instead of settings.json chaim 2026-04-04 18:45:59 +00:00
  • f9cefeecd8 feat: default to non-interactive install (AUTO_YES=1) chaim 2026-04-04 18:38:32 +00:00
  • f5837d0569 feat: auto-configure all 3 Gitea servers (dev, prod, nautilus) chaim 2026-04-04 18:36:16 +00:00
  • 943bc4a063 fix: skip additional servers prompt when AUTO_YES=1 chaim 2026-04-04 18:35:13 +00:00
  • a2eeab9719 feat: auto-configure default Gitea server and token chaim 2026-04-04 18:32:51 +00:00
  • 842502ca5a feat: auto-install missing prerequisites (go, git, jq) chaim 2026-04-04 18:06:54 +00:00
  • 3ac04e69a8 feat: add install script and rewrite README in Hebrew chaim 2026-04-04 18:04:08 +00:00
  • 58d2feb54a feat: add multi-server support via GITEA_SERVERS env var chaim 2026-04-04 17:28:40 +00:00
  • 4b4b5ee247 feat: add missing administration tools chaim 2026-04-04 08:41:36 +00:00
  • 08128b9471 Add notification_read and notification_write tools (#172) silverwind 2026-04-02 16:47:24 +00:00
  • 133fe487cd Add missing ref and deadline fields to issue responses (#169) v1.1.0 pengu 2026-03-26 18:37:57 +00:00
  • 05682e2afa Document server-side pagination limit in README (#166) silverwind 2026-03-26 17:15:33 +00:00
  • a5dd03c7f0 Add missing tool parameters from Gitea SDK (#164) silverwind 2026-03-26 07:00:14 +00:00
  • 9056a5ef27 Add get_commit, get_repository_tree, and search_issues tools (#162) silverwind 2026-03-24 17:12:58 +00:00
  • c8004e9198 Update mcp-go to v0.45.0 (#163) silverwind 2026-03-24 17:07:40 +00:00
  • 6a3ce66e09 feat(pull): add draft parameter for creating/updating draft PRs (#159) v1.0.2 tomholford 2026-03-23 11:53:00 +00:00
  • 0bdf8f5bb3 wiki: accept plain text content instead of content_base64 (#156) silverwind 2026-03-14 01:49:40 +00:00
  • 7bf54b9e83 Use debug.ReadBuildInfo to determine version for go run (#155) silverwind 2026-03-13 19:56:42 +00:00
  • c57e4c2e57 fix: prevent silent write loss on 301 redirects (#154) v1.0.1 silverwind 2026-03-13 17:45:59 +00:00
  • 22fc663387 Partially revert #149: remove Content-Type middleware, keep ErrServerClosed fix (#150) silverwind 2026-03-13 09:31:26 +00:00
  • e0abd256a3 feat(mcp): add MCP tool to list organization repositories (#152) Bo-Yi Wu 2026-03-12 05:46:07 +00:00
  • 73263e74d0 http: set Content-Type for 202/204 streamable responses (#149) Mutex 2026-03-09 13:07:27 +00:00
  • bba612d238 Consolidate tools from 110 to 45 using method dispatch (#143) v1.0.0 silverwind 2026-03-06 19:12:15 +00:00
  • c3db4fb65f feat: slim tool responses (#141) silverwind 2026-03-05 05:56:23 +00:00
  • 9ce5604e4c Improve CLI help text and flags (#139) silverwind 2026-02-26 18:49:37 +00:00
  • 653781a199 fix: replace goreleaser-action with direct go install v0.9.0 silverwind 2026-02-26 02:09:18 +01:00
  • 67a1e1e7fe feat: accept string values for all numeric input parameters (#138) silverwind 2026-02-25 23:28:14 +00:00
  • 4a2935d898 feat: add title parameter to merge_pull_request tool (#134) silverwind 2026-02-25 19:05:09 +00:00
  • 6540693771 fix: parse Authorization header case-insensitively and support token format (#137) silverwind 2026-02-25 19:04:14 +00:00
  • 3b9236695c fix: add missing required attributes to search tool schemas (#135) silverwind 2026-02-25 19:00:17 +00:00
  • 723a30ae23 fix: replace deprecated SDK calls in timetracking (#136) silverwind 2026-02-25 03:28:59 +00:00
  • 7bbe015ea7 Bump to go 1.26 techknowlogick 2026-02-22 17:13:24 +00:00
  • bb9470a259 chore: update Go and Actions dependencies (#132) silverwind 2026-02-22 17:10:25 +00:00
  • 8728c04748 chore: add golangci-lint, bump Go to 1.26, fix all lint issues (#133) silverwind 2026-02-22 17:10:04 +00:00
  • 4d5fa3ab2c feat: accept string or number for index parameters (#131) v0.8.1 silverwind 2026-02-20 23:47:22 +00:00
  • 21e4e1b42b feat: add edit_pull_request tool (#125) silverwind 2026-02-13 13:26:21 +00:00
  • 4aacfe348a feat(pull): add merge_pull_request tool (#123) tylermitchell 2026-02-11 17:53:09 +00:00
  • 1f7392305f docs: add --scope user to Claude Code examples in READMEs (#118) v0.8.0 silverwind 2026-02-06 03:16:37 +00:00
  • c3b24d65fe added support for get_pull_request_diff (#119) Gustav 2026-02-06 03:14:47 +00:00
  • dcd01441c5 docs: add Claude Code usage example to README files (#117) silverwind 2026-02-04 02:45:37 +00:00
  • 2dbfc62042 feat(pull): add PR review tools (#111) v0.7.0 Thomas Foubert 2026-01-07 01:41:41 +00:00
  • e851f542f5 fix(actions): change workflow_id parameter type from number to string (#114) runixer 2026-01-01 14:29:06 +00:00
  • b8f2377f47 feat: add time tracking tools (stopwatch and tracked times) (#113) tylermitchell 2026-01-01 14:28:50 +00:00
  • 017ca94a86 format v0.6.0 hiifong 2025-12-18 23:14:11 +08:00
  • 17119bcab6 feat: add Gitea Actions support (secrets, variables, workflows, runs, jobs, logs) (#110) Shawn Anderson 2025-12-18 15:00:52 +00:00
  • 8b06d7154e Fix assignees parsing in Edit Issue (#109) Stanislav Krasnyi 2025-12-13 08:37:15 +00:00
  • bdd9fb1816 Milestone addition and Windows build support (#104) Nassim Amar 2025-11-02 03:18:57 +00:00
  • 058d4cd07f feat(PR): add tooling and docs for managing pull request reviewers (#103) v0.5.0 appleboy 2025-10-31 13:49:56 +00:00
  • ba64780c2f chore: upgrade Go dependencies to latest stable versions appleboy 2025-10-31 20:56:12 +08:00
  • 6930c8ee30 docs: refine and unify Chinese README documentation and localization Bo-Yi Wu 2025-10-20 14:08:20 +08:00
  • f08720a625 docs: document organization and Wiki management tools Bo-Yi Wu 2025-10-20 14:06:28 +08:00
  • f6b45fdf6e feat(org): add MCP tools for organization-level labels (list/create/edit/delete) (#99) (#102) Daniel 2025-10-20 01:43:39 +00:00
  • 98f908d5a1 Resolve ERROR - Invalid configuration: Server 'gitea' 'args' must be a list (#101) johan 2025-10-17 23:18:20 +00:00
  • e4aa29b0f9 docs: document development workflow and MCP tool usage appleboy 2025-09-27 19:17:00 +08:00
  • 32eaf86426 feat: implement graceful server shutdown on interrupt or SIGTERM (#98) appleboy 2025-09-27 08:56:41 +00:00
  • 8c028ec48b chore: update project and indirect dependencies to latest versions appleboy 2025-09-27 16:17:14 +08:00
  • 88471b5de0 refactor: remove SSE transport support from code and documentation (#97) appleboy 2025-09-27 08:01:56 +00:00
  • e9840cf6c0 refactor: improve Bearer token parsing and validation with tests (#96) appleboy 2025-09-27 07:31:32 +00:00
  • 95ab3a4b73 feat: add wiki management tools (#95) Thierry PROST 2025-09-27 07:29:10 +00:00
  • de311344cd ci: pass repository version as build argument in workflow v0.4.0 Bo-Yi Wu 2025-09-15 15:09:16 +08:00
  • d7addd56c4 feat: read token from header in http/sse mode (#89) Darren Hoo 2025-09-12 03:57:57 +00:00
  • dc3e120e97 Update operation/repo/file.go v0.3.2 hiifong 2025-08-29 05:57:44 +00:00
  • f33b04a3df feat: added parameter 'organization' to tool 'create_repo' (#88) marcluer 2025-08-29 05:37:19 +00:00
  • ba07925969 refactor: refactor MCP tool registration and pagination handling (#86) appleboy 2025-08-23 04:31:57 +00:00
  • 5c2ff6dcb2 feat: Add support for managing repository and issue labels (#83) v0.3.1 meestark 2025-08-11 07:33:07 +00:00
  • feaedaf604 fix: pass body through in create_release (#82) meestark 2025-08-11 01:07:52 +00:00
  • a601d6b698 Remove last empty line in GetFileContentFn (#80) yp05327 2025-08-07 02:18:01 +00:00
  • 62cb6e7830 Use no session id (#75) Lunny Xiao 2025-07-30 01:01:55 +00:00
  • 9fff996294 Add withLines option to get_file_content (#76) yp05327 2025-07-29 18:29:29 +00:00
  • 4c3f5149d8 feat: set custom user agent for Gitea client using server version (#74) appleboy 2025-07-27 10:31:48 +00:00
  • eb6b5a8f92 chore: upgrade Go dependencies to latest stable versions (#73) appleboy 2025-07-27 06:23:38 +00:00
  • 1d9bdb5b44 fix bug hiifong 2025-07-21 09:04:37 +00:00
  • 093cddbcb6 feat: configure HTTP server heartbeat interval to 30 seconds Bo-Yi Wu 2025-07-18 10:11:58 +08:00
  • 5dbfe21127 refactor: refactor logging and server setup for clarity and structure (#64) appleboy 2025-06-22 10:27:09 +00:00
  • b85a523983 Bump go-mcp version to 0.32.0 to mitigate Claude desktop connectivity issue (#63) Alex Kirhenshtein 2025-06-21 03:34:17 +00:00
  • da08718e24 style: refactor code formatting for clarity and conciseness v0.3.0 appleboy 2025-06-15 19:44:28 +08:00
  • 44ea8969f4 refactor: migrate environment config from GITEA_MODE to MCP_MODE (#62) Bo-Yi Wu 2025-06-15 11:40:59 +00:00
  • 94aa8dc572 fix: harden log directory creation and path resolution (#61) Bo-Yi Wu 2025-06-13 19:30:14 +00:00
  • 05194ffc1c chore: add live reload config and update editor and git settings (#57) appleboy 2025-06-08 03:55:10 +00:00
  • 5c329129f8 docs: standardize server configuration naming in documentation (#56) appleboy 2025-06-08 02:51:32 +00:00
  • 52ccf92761 Add edit issue comment and list issue comments tools (#48) natchanonnn 2025-06-03 10:24:50 +00:00
  • 061ea86b0b feat: add GetDirContent tool for retrieving directory entries (#53) ZRE 2025-05-31 19:37:11 +00:00
  • f14b60fe56 build: update base image to distroless/static-debian12:nonroot (#52) appleboy 2025-05-30 07:47:50 +00:00
  • 94782a85b6 build: streamline container configuration and metadata (#51) appleboy 2025-05-30 06:47:28 +00:00
  • e94dd26b30 build: refactor Dockerfile for security, performance, and flexibility (#50) appleboy 2025-05-30 04:58:24 +00:00
  • da49bdeb96 feat: integrate server recovery middleware into MCP server initialization (#49) appleboy 2025-05-30 04:21:12 +00:00
  • 3f61299f72 refactor: refactor HTTP client setup to enhance configuration flexibility (#47) appleboy 2025-05-27 12:52:19 +00:00
  • 5308fbfb2b docs: add Table of Contents to all README translations (#46) v0.2.0 appleboy 2025-05-27 12:32:27 +00:00
  • a7061f9b64 fix: make API bool parameters in search_repos and list_releases optional (#40) (#44) Hubert Wawrzyńczyk 2025-05-27 12:20:47 +00:00
  • f25cc0de8c feat: add HTTP server mode with updated docs and localization (#45) appleboy 2025-05-27 12:17:37 +00:00
  • 417ef26da0 build: add VS Code server config and enable versioning of settings (#43) Bo-Yi Wu 2025-05-27 04:15:22 +00:00
  • 34ca5d45db refactor(args): request argument access and update dependencies (#42) Bo-Yi Wu 2025-05-26 06:10:10 +00:00
  • 796fd4682d docs: document get_user_orgs tool in Chinese guides (#41) Bo-Yi Wu 2025-05-26 06:01:59 +00:00
  • 95c036bf3a docker sse (#37) v0.1.9 hiifong 2025-04-20 09:14:14 +00:00