Releases: oschina/mcp-gitee
Releases · oschina/mcp-gitee
Release v0.1.10
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
andDISABLED_TOOLSETS
environment variables - Update documentation to reflect new features
Full Changelog: v0.1.9...v0.1.10
Release v0.1.9
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
Updates
- feat: Add fork repository tool and update documentation @JJ-H
Full Changelog: v0.1.7...v0.1.8
Release v0.1.7
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
Updates
- fix: Add validation for missing and invalid pull number @JJ-H
Full changelog: v0.1.5...v0.1.6
Release v0.1.5
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
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
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
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
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.