appleboy
da49bdeb96
feat: integrate server recovery middleware into MCP server initialization ( #49 )
...
- Add server recovery middleware to the MCP server initialization
Signed-off-by: appleboy <appleboy.tw@gmail.com >
Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/49
Co-authored-by: appleboy <appleboy.tw@gmail.com >
Co-committed-by: appleboy <appleboy.tw@gmail.com >
2025-05-30 04:21:12 +00:00
Hubert Wawrzyńczyk
a7061f9b64
fix: make API bool parameters in search_repos and list_releases optional ( #40 ) ( #44 )
...
Fix #40
Left the `mcp.DefaultBool(false)` for `is_draft` and `is_pre_release` in `list_releases`, because I guess they are default, but it's up to the client whether to set them or not.
11e04b5b8d/operation/repo/release.go (L67-L68)
Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/44
Reviewed-by: Bo-Yi Wu (吳柏毅) <appleboy.tw@gmail.com >
Co-authored-by: Hubert Wawrzyńczyk <hubert@fit-it.pl >
Co-committed-by: Hubert Wawrzyńczyk <hubert@fit-it.pl >
2025-05-27 12:20:47 +00:00
appleboy
f25cc0de8c
feat: add HTTP server mode with updated docs and localization ( #45 )
...
- Update download instructions for clarity and consistency in all README files
- Add example configuration for HTTP mode to all README files
- Expand transport type support to include "http" in command-line flags and documentation
- Implement HTTP server mode in the application entrypoint
- Update log output behavior to include "http" mode alongside "sse" for stdout logging
- Refine Chinese README translations for greater accuracy and localization
Signed-off-by: appleboy <appleboy.tw@gmail.com >
Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/45
Co-authored-by: appleboy <appleboy.tw@gmail.com >
Co-committed-by: appleboy <appleboy.tw@gmail.com >
2025-05-27 12:17:37 +00:00
Bo-Yi Wu
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: https://gitea.com/gitea/gitea-mcp/pulls/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
hiifong
70b9ac5b80
Support read only mode ( #36 )
...
Fix : #35
Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/36
Co-authored-by: hiifong <f@ilo.nz >
Co-committed-by: hiifong <f@ilo.nz >
2025-04-20 09:09:29 +00:00
techknowlogick
59e699aac7
Add get_user_orgs
tool ( #34 )
...
Fix #33
Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/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
yp05327
966d617670
Add EditIssue ( #30 )
...
Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/30
Reviewed-by: hiifong <i@hiif.ong >
Co-authored-by: yp05327 <576951401@qq.com >
Co-committed-by: yp05327 <576951401@qq.com >
2025-04-11 10:01:41 +00:00
yp05327
fac6e1d8d1
Include error info in some functions ( #27 )
...
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/27
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: yp05327 <576951401@qq.com >
Co-committed-by: yp05327 <576951401@qq.com >
2025-04-11 06:06:16 +00:00
yp05327
f656c92cda
Encode content to base64 in UpdateFileFn ( #26 )
...
Same to CreateFileFn
Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/26
Reviewed-by: hiifong <i@hiif.ong >
Co-authored-by: yp05327 <576951401@qq.com >
Co-committed-by: yp05327 <576951401@qq.com >
2025-04-11 05:03:36 +00:00
yp05327
af0975d93f
Add release and tags related funcions ( #25 )
...
Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/25
Reviewed-by: hiifong Mr <i@hiif.ong >
Co-authored-by: yp05327 <576951401@qq.com >
Co-committed-by: yp05327 <576951401@qq.com >
2025-04-10 08:22:09 +00:00
hiifong
d892b05048
Support custom sse port ( #11 )
...
fix : #10
Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/11
2025-04-01 08:07:47 +00:00
hiifong
592cf51c9b
fix bug ( #9 )
...
Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/9
2025-03-28 03:10:29 +00:00
hiifong
2f17f37053
fix bug ( #7 )
...
Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/7
2025-03-27 07:18:51 +00:00
hiifong
5270d2eb08
Adding more logs ( #6 )
...
Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/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
yp05327
0e225f21da
fix
2025-03-25 04:25:28 +00:00
yp05327
b9e575ad64
fix
2025-03-25 03:42:37 +00:00
hiifong
f4bbd5a09a
Update
2025-03-23 21:32:53 +08:00
hiifong
065f65ad2a
Update
2025-03-23 15:24:49 +08:00
hiifong
24310675ba
Update
2025-03-23 14:53:15 +08:00
hiifong
72d9b5a8dd
Add debug mode and upgrade mcp-go to v0.14.1
2025-03-20 23:01:05 +08:00
yp05327
18cb96fc80
add some new tools and adjust format
2025-03-20 08:54:38 +00:00
hiifong
4978621b9b
Update
2025-03-19 11:46:20 +08:00
hiifong
bd43811a07
Update
2025-03-19 00:12:03 +08:00
hiifong
59693ffc5d
feat: add get issue by index
2025-03-16 16:33:15 +08:00
hiifong
82b02fa9f1
feat: add server version
2025-03-16 15:22:57 +08:00
hiifong
2dd4aa94ad
Initialize commit
2025-03-16 00:21:29 +08:00