Commit Graph

  • ba07925969 refactor: refactor MCP tool registration and pagination handling (#86) main appleboy 2025-08-23 04:31:57 +00:00
  • f369614619 refactor: refactor MCP tool registration and pagination handling pathc2 appleboy 2025-08-23 12:24:44 +08: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
  • 9000494a63 ci: correct Trivy action repository reference format sec appleboy 2025-07-31 22:03:12 +08:00
  • 3d44b2f8d6 ci: update Trivy action to use full GitHub URL reference appleboy 2025-07-31 21:57:34 +08:00
  • 7ce07265b9 ci: integrate Trivy code scanning in PR workflows appleboy 2025-07-31 21:23:55 +08: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
  • 70b9ac5b80 Support read only mode (#36) hiifong 2025-04-20 09:09:29 +00:00
  • 59e699aac7 Add get_user_orgs tool (#34) techknowlogick 2025-04-18 01:30:44 +00:00
  • 26c50d53bd Add gitlens to vscode extentions (#31) yp05327 2025-04-11 11:54:12 +00:00
  • 7bfc596a58 fix debug mode default value (#29) hiifong 2025-04-11 10:01:59 +00:00
  • 966d617670 Add EditIssue (#30) yp05327 2025-04-11 10:01:41 +00:00
  • af27b685d4 feat: Add debug (#28) hiifong 2025-04-11 06:48:01 +00:00
  • fac6e1d8d1 Include error info in some functions (#27) yp05327 2025-04-11 06:06:16 +00:00
  • f656c92cda Encode content to base64 in UpdateFileFn (#26) yp05327 2025-04-11 05:03:36 +00:00
  • af0975d93f Add release and tags related funcions (#25) yp05327 2025-04-10 08:22:09 +00:00
  • 001383142f fix typo v0.1.8 hiifong 2025-04-08 14:01:14 +00:00
  • b35919989f ci: update CI environment variables for better token management appleboy 2025-04-08 21:41:04 +08:00
  • d0225c4c24 build: enhance build process and release configuration appleboy 2025-04-08 21:39:21 +08:00
  • 6993bb2b5d ci: integrate GoReleaser for streamlined release management appleboy 2025-04-08 21:33:57 +08:00
  • f1b4a208a7 fix(cmd): ensure GITEA_HOST can be read (#23) Flynn Hou 2025-04-08 13:08:50 +00:00
  • d76f02a234 chore: refactor Docker configuration and update exclusion rules appleboy 2025-04-08 21:06:52 +08:00
  • b2bde61882 chore: improve code quality and streamline configuration files appleboy 2025-04-08 20:36:27 +08:00
  • 7cfa1fa218 docs(readme): rename interactive with insecure (#22) Flynn Hou 2025-04-08 05:20:16 +00:00
  • 1fecc1df30 build: standardize build and installation process in documentation and Makefile (#21) Bo-Yi Wu 2025-04-08 01:33:33 +00:00
  • 8dc9ed9299 feat: add support for insecure mode in Gitea client configuration (#20) v0.1.7 Bo-Yi Wu 2025-04-08 01:16:37 +00:00
  • 1965c9830b fix bug hiifong 2025-04-06 14:59:06 +00:00
  • f377f06478 fix typo hiifong 2025-04-06 14:47:37 +00:00
  • 02fd91da86 build: switch Docker images to Debian and optimize build process (#19) appleboy 2025-04-06 14:45:30 +00:00
  • 55f32ef4f5 docs: localize README with Chinese translations (#18) appleboy 2025-04-06 14:07:17 +00:00
  • c9cada1a8d docs: improve build system with enhanced targets and descriptions (#17) appleboy 2025-04-06 14:06:53 +00:00
  • a784029828 Update Dockerfile v0.1.6 hiifong 2025-04-06 15:30:28 +08:00
  • f27c4c622d Update Dockerfile hiifong 2025-04-06 15:28:05 +08:00
  • df47a0c9eb Add Dockerfile v0.1.5 hiifong 2025-04-06 13:09:14 +08:00
  • e3307adbdf Add Dockerfile (#16) v0.1.4 hiifong 2025-04-06 04:54:56 +00:00
  • afada4435e Add Dockerfile (#15) hiifong 2025-04-06 04:46:27 +00:00
  • 6285bd2467 test (#14) hiifong 2025-04-06 04:12:06 +00:00
  • 5bbf8e0afb Add Dockerfile (#13) hiifong 2025-04-06 04:06:34 +00:00
  • 0535f5bab7 docs: improve documentation with new sections and better readability (#12) appleboy 2025-04-05 05:06:34 +00:00
  • d892b05048 Support custom sse port (#11) v0.1.3 hiifong 2025-04-01 08:07:47 +00:00
  • 592cf51c9b fix bug (#9) v0.1.2 hiifong 2025-03-28 03:10:29 +00:00
  • 2a9504fc5d update (#8) v0.1.1 hiifong 2025-03-27 07:31:39 +00:00
  • 2f17f37053 fix bug (#7) hiifong 2025-03-27 07:18:51 +00:00
  • 5270d2eb08 Adding more logs (#6) hiifong 2025-03-25 17:22:39 +00:00
  • 97b98c3fc2 Merge pull request 'Add SHA to update file, convert get_file into get_file_content' (#5) from yp05327/gitea-mcp:add-sha-to-update-file into main Lunny Xiao 2025-03-25 04:30:18 +00:00
  • 58328680a6 Merge branch 'main' into add-sha-to-update-file hiifong 2025-03-25 04:29:07 +00:00
  • 28947a030e Merge pull request 'Update README' (#4) from yp05327/gitea-mcp:update-readme into main Lunny Xiao 2025-03-25 04:28:34 +00:00
  • d48e233fba update readme yp05327 2025-03-25 04:26:47 +00:00
  • 0e225f21da fix yp05327 2025-03-25 04:25:28 +00:00
  • b9e575ad64 fix yp05327 2025-03-25 03:42:37 +00:00
  • 8395957553 update yp05327 2025-03-25 03:11:33 +00:00
  • 0aa33e0d62 change the emoji yp05327 2025-03-25 03:10:06 +00:00
  • 7d2a0985a3 change the emoji yp05327 2025-03-25 03:09:12 +00:00
  • 6f86512a7d update yp05327 2025-03-25 02:56:56 +00:00
  • 7845a84c4e fix bug (#3) v0.1.0 hiifong 2025-03-24 05:23:50 +00:00
  • 4f781f2ddb Fix bug Lunny Xiao 2025-03-23 21:48:41 -07:00
  • d6ca289f03 Add arm64 releases Lunny Xiao 2025-03-23 18:17:12 -07:00
  • e0d34fe7d1 Add release tag ci Lunny Xiao 2025-03-23 14:52:35 -07:00
  • 09e0275952 Add vul check Lunny Xiao 2025-03-23 12:25:48 -07:00
  • 721889e586 Add ci for pull request Lunny Xiao 2025-03-23 12:16:05 -07:00
  • f4bbd5a09a Update hiifong 2025-03-23 21:32:53 +08:00
  • 065f65ad2a Update hiifong 2025-03-23 15:24:49 +08:00
  • 4917cb1328 Update hiifong 2025-03-23 14:59:10 +08:00
  • 24310675ba Update hiifong 2025-03-23 14:53:15 +08:00
  • c99f1306e3 Add k8s ptr hiifong 2025-03-23 14:53:03 +08:00
  • 10ebaa1964 Update go.mod hiifong 2025-03-23 14:52:47 +08:00
  • f2b1bfdc7f fix typo techknowlogick 2025-03-21 06:57:35 +00:00
  • 479991ef9a set debug flag default value hiifong 2025-03-20 23:12:37 +08:00
  • 3def51ffd1 Update README.md hiifong 2025-03-20 23:03:43 +08:00
  • 72d9b5a8dd Add debug mode and upgrade mcp-go to v0.14.1 hiifong 2025-03-20 23:01:05 +08:00
  • 18cb96fc80 add some new tools and adjust format yp05327 2025-03-20 08:54:38 +00:00
  • 4978621b9b Update hiifong 2025-03-19 11:46:20 +08:00