fix: resolve network mode SSE and logging issues

- Fixes 404 errors on /sse and /message endpoints in network mode.
- Updates dev container and go.mod to use a compatible Go version.
- Restores and improves startup logging for all transport modes.
This commit is contained in:
b3nw
2025-07-14 02:01:29 +00:00
parent f714887d1c
commit c2fac7754c
3 changed files with 30 additions and 10 deletions

4
go.mod
View File

@@ -1,6 +1,8 @@
module gitea.com/gitea/gitea-mcp
go 1.24.0
go 1.23.0
toolchain go1.23.11
require (
code.gitea.io/sdk/gitea v0.21.0