Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: goern/forgejo-mcp

Tags

v2.2.0

Toggle v2.2.0's commit message
Created-by: semantic-release

v0.0.5

Toggle v0.0.5's commit message
feat: add since and before time filters to list_repo_issues tool

Adds RFC 3339 timestamp filtering parameters to enable time-based issue queries.
This supports the use case of "show me recent issues and commits to analyze project progress and development efficiency".

Changes:
- Add Since and Before fields to ListRepoIssuesParams (*string type)
- Update JSON schema definition with date-time format validation
- Implement time parsing and validation in Handler method
- Pass parsed timestamps to Forgejo SDK ListIssueOption

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

v0.0.4

Toggle v0.0.4's commit message
docs: remove attachment upload references from documentation

Remove references to attachment upload functionality from README and features documentation files following the removal of attachment upload implementation.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

v0.0.3

Toggle v0.0.3's commit message
docs: improve README structure and clarity

- Reorganize installation methods with Docker as recommended option
- Add environment variables security tip after token creation
- Simplify configuration examples with Docker and local binary options
- Remove platform-specific paths to reduce maintenance burden
- Streamline security recommendations for better readability
- Update both English and Traditional Chinese versions consistently

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

v0.0.2

Toggle v0.0.2's commit message
Add comprehensive bilingual documentation

- Add README.md (English) - Complete user guide for AI-assisted repository management
- Add README.tw.md (Traditional Chinese) - Comprehensive setup and usage guide

Both documents include:
- Installation instructions (go install & pre-built binaries)
- Configuration guides for Claude Desktop, VS Code, and Gemini CLI
- Cross-platform setup (Windows/macOS/Linux)
- Security recommendations with environment variables
- Natural language usage examples for AI-assisted workflows
- Support for intelligent progress tracking, issue categorization, and priority sorting

Target audience: Users wanting AI assistance for repository management tasks.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

v0.0.1

Toggle v0.0.1's commit message
Add Forgejo Actions release workflow

Add automated release workflow that triggers on version tags:
- Build cross-platform binaries (Linux/Windows, amd64/arm64)
- Generate SHA1 checksums for all binaries
- Create GitHub release with all artifacts
- Run tests before building

This enables automated releases when version tags are pushed.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

v2.1.0

Toggle v2.1.0's commit message
Created-by: semantic-release

Verified

This tag was signed with the committer’s verified signature.
goern Christoph Görn

Verified

This tag was signed with the committer’s verified signature.
goern Christoph Görn

v1.2.1-alpha.1

Toggle v1.2.1-alpha.1's commit message
Created-by: semantic-release