Commit Graph

11 Commits

Author SHA1 Message Date
34ca5d45db refactor(args): request argument access and update dependencies (#42)
- Update dependencies to newer versions in go.mod - Refactor all request argument accesses to use req.GetArguments() instead of direct access to req.Params.Arguments - Change variable declaration for ListRepoCommitsTool from a grouped var block to a single var statement for consistency Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> Reviewed-on: gitea/gitea-mcp#42 Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com> Co-committed-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2025-05-26 06:10:10 +00:00
70b9ac5b80 Support read only mode (#36)
Fix: #35 Reviewed-on: gitea/gitea-mcp#36 Co-authored-by: hiifong <f@ilo.nz> Co-committed-by: hiifong <f@ilo.nz>
2025-04-20 09:09:29 +00:00
59e699aac7 Add get_user_orgs tool (#34)
Fix #33 Reviewed-on: gitea/gitea-mcp#34 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.com> Co-committed-by: techknowlogick <techknowlogick@gitea.com>
2025-04-18 01:30:44 +00:00
5270d2eb08 Adding more logs (#6)
Reviewed-on: gitea/gitea-mcp#6 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: hiifong <i@hiif.ong> Co-committed-by: hiifong <i@hiif.ong>
2025-03-25 17:22:39 +00:00
24310675ba Update 2025-03-23 14:53:15 +08:00
72d9b5a8dd Add debug mode and upgrade mcp-go to v0.14.1 2025-03-20 23:01:05 +08:00
4978621b9b Update 2025-03-19 11:46:20 +08:00
bd43811a07 Update 2025-03-19 00:12:03 +08:00
59693ffc5d feat: add get issue by index 2025-03-16 16:33:15 +08:00
82b02fa9f1 feat: add server version 2025-03-16 15:22:57 +08:00
2dd4aa94ad Initialize commit 2025-03-16 00:21:29 +08:00