appleboy c900e6b4c3 feat: add context management and cancellation handling in Execute function
- Import the `context` package - Add context cancellation handling with log message and return in `Execute` function Signed-off-by: appleboy <appleboy.tw@gmail.com>
2025-03-16 14:20:55 +08:00
2025-03-16 00:21:29 +08:00
2025-03-16 00:21:29 +08:00
2025-03-16 00:21:29 +08:00
2025-03-16 00:21:29 +08:00
2025-03-16 00:21:29 +08:00

Gitea MCP Server

Usage

MCP Server Config

{ "mcpServers": { "gitea": { "command": "gitea-mcp", "args": { "-t": "stdio", "--host": "https://gitea.com", "--token": "<your personal access token>" }, "env": { "GITEA_HOST": "https://gitea.com", "GITEA_ACCESS_TOKEN": "<your personal access token>" } } } } 
Description
Interactive with Gitea instances with MCP
Readme MIT 14 MiB
v0.4.0 Latest
2025-09-15 07:09:16 +00:00
Languages
Go 97.9%
Makefile 1.4%
Dockerfile 0.7%