appleboy 051ce0bab4 chore: remove unused dependencies for project cleanup
- Remove `testify` dependency
- Remove `go-spew` indirect dependency
- Remove `go-difflib` indirect dependency
- Remove `yaml.v3` indirect dependency

Signed-off-by: appleboy <appleboy.tw@gmail.com>
2025-03-16 13:57:53 +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
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%