Tags: goern/forgejo-mcp
Tags
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]>
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]>
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]>
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]>
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]>
PreviousNext