appleboy c52f8649a2 refactor: add hot reloading and improve logging functions
- Add command to install `air` for hot reloading in `Makefile`
- Add `dev` command to run the application with hot reload in `Makefile`
- Add `vendor` command to tidy and verify module dependencies in `Makefile`
- Update log synchronization method to use `log.Default().Sync()` in `cmd/cmd.go`
- Change variadic parameter type from `interface{}` to `any` in logging functions
- Remove `Sync` function from `pkg/log/log.go`

ref: https://github.com/uber-go/zap/issues/880
Signed-off-by: appleboy <appleboy.tw@gmail.com>
2025-03-16 14:18:58 +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 13 MiB
Languages
Go 97.5%
Makefile 1.7%
Dockerfile 0.8%