Skip to content

Releases: oschina/mcp-gitee

Release v0.1.10

27 Apr 07:38
Compare
Choose a tag to compare

Updates

  • feat: Add dynamic toolset enable/disable functionality @JJ-H
    • Bump version to 0.1.10
    • Add --enabled-toolsets and --disabled-toolsets command-line options
    • Add ENABLED_TOOLSETS and DISABLED_TOOLSETS environment variables
    • Update documentation to reflect new features

Full Changelog: v0.1.9...v0.1.10

Release v0.1.9

21 Apr 03:43
Compare
Choose a tag to compare

Updates

  • fix: Update description for target_commitish and make it required @JJ-H

Full Changelog: v0.1.8...v0.1.9

Release v0.1.8

17 Apr 06:23
Compare
Choose a tag to compare

Updates

  • feat: Add fork repository tool and update documentation @JJ-H

Full Changelog: v0.1.7...v0.1.8

Release v0.1.7

14 Apr 15:27
Compare
Choose a tag to compare

Updates

  • feat: Add search for open source repositories and users @JJ-H
  • docs: Update config example links and add continue.md @JJ-H

Full Changelog: v0.1.6...v0.1.7

Release v0.1.6

17 Mar 13:41
Compare
Choose a tag to compare

Updates

  • fix: Add validation for missing and invalid pull number @JJ-H

Full changelog: v0.1.5...v0.1.6

Release v0.1.5

17 Mar 11:39
Compare
Choose a tag to compare

Updates

  • fix: Update API URL for creating issues and bump version @JJ-H

Full changelog: v0.1.4...v0.1.5

Release v0.1.4

17 Mar 10:26
Compare
Choose a tag to compare

Updates

  • chore: Update version to 0.1.4 and remove version-related targets @JJ-H
  • Fix: Update repository name and handle context canceled error @EdmondFrank

Full changelog: v0.1.3...v0.1.4

Release v0.1.3

14 Mar 10:10
Compare
Choose a tag to compare

Updates

  • docs: Update alignment for MCP Hosts configuration images
  • docs: Add installation guides for MCP hosts
  • Bump version to 0.1.3, and fix file content handling.
  • docs: Add practical scenario and images to README

Full changelog: v0.1.2...v0.1.3

Release v0.1.2

14 Mar 07:34
Compare
Choose a tag to compare

Updates

  • Bump version to 0.1.2 and add user-agent header
  • docs: Update MCP hosts Cursor configuration examples
  • docs: Update README

Full changelog: v0.1.1...v0.1.2

Release v0.1.1

14 Mar 02:39
Compare
Choose a tag to compare

Features

  • Interact with Gitee repositories, Issues, Pull Requests, and notifications
  • Configurable API Base URL and Gitee access token, supporting both Gitee Professional Edition and SaaS version
  • Support for configuring transport type (stdio or sse, default: stdio)
  • For more options, refer to --help

MCP Host Configuration

For example, taking Windsurf as an example, Claude Desktop, Cline, RooCode, and Cursor are similar.

{
  "mcpServers": {
    "gitee": {
      "command": "mcp-gitee",
      "env": {
        "GITEE_API_BASE": "https://gitee.com/api/v5",
        "GITEE_ACCESS_TOKEN": ""
      }
    }
  }
}

Contributors

License

This project is licensed under the MIT License.