-
v2.0.0 - Complete Refactor
StableAll checks were successfulPublish Package / publish (push) Successful in 25sreleased this
2025-10-10 10:05:05 +02:00 | 1 commits to main since this release🎉 Major Release - Complete Refactor
This is a major release with comprehensive improvements, refactoring, and new features.
✨ New Features
- Label Management:
list_labels,create_label - Milestone Management:
list_milestones,create_milestone - Release Management:
list_releases,create_release - Pagination Support: Added to all list operations
🏗️ Architecture
- Modular structure (4 clean modules)
- 100% TypeScript type safety
- Complete JSDoc documentation
- index.ts: 376 → 97 lines (-74%)
🧪 Testing
- 48 comprehensive unit tests
- Full test coverage with Vitest
📦 Dependencies
- MCP SDK: 0.5.0 → 1.20.0 (latest)
See CHANGELOG.md for full details.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Label Management:
-
🦊 v1.0.5
StableAll checks were successfulPublish Package / publish (push) Successful in 58sreleased this
2025-10-07 17:09:29 +02:00 | 5 commits to main since this release🦊 Forgejo Integration
v1.0.5
🐛 Bug Fixes
- use direct authentication token in CI workflow
- replace secrets.ACTIONS_TOKEN with actual token value
- fixes authentication issues with Forgejo Package Registry
📊 Statistics
- Total commits: 1
- Contributors: 1
🤖 Generated with Claude Code
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2025-10-07 17:04:00 +02:00 | 6 commits to main since this release🦊 Forgejo Integration
v1.0.4
🐛 Bug Fixes
- fix npm publish by explicitly specifying registry URL
- add debug output to show .npmrc contents
- ensures npm uses Forgejo registry with proper authentication
📊 Statistics
- Total commits: 1
- Contributors: 1
🤖 Generated with Claude Code
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2025-10-07 12:50:59 +02:00 | 7 commits to main since this release🦊 Forgejo Integration
v1.0.3
🐛 Bug Fixes
- fix CI workflow by separating registry configuration from authentication
- configure .npmrc in two steps: scope registry first, then auth token before publish
- this prevents npm ci from requiring authentication
📊 Statistics
- Total commits: 1
- Contributors: 1
🤖 Generated with Claude Code
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2025-10-07 12:38:23 +02:00 | 8 commits to main since this release🦊 Forgejo Integration
v1.0.2
🐛 Bug Fixes
- fix CI workflow authentication using NODE_AUTH_TOKEN environment variable
- use setup-node registry-url and scope configuration for proper authentication
- CI/CD pipeline now properly authenticates with Forgejo Package Registry
📊 Statistics
- Total commits: 1
- Contributors: 1
🤖 Generated with Claude Code
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2025-10-07 12:34:04 +02:00 | 9 commits to main since this release🦊 Forgejo Integration
v1.0.1
🐛 Bug Fixes
- fix npm registry configuration for scope-based installation
- dependencies now correctly fetched from npmjs.org
- only @customable packages use Forgejo registry
📊 Statistics
- Total commits: 1
- Contributors: 1
🤖 Generated with Claude Code
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2025-10-07 12:30:39 +02:00 | 10 commits to main since this release🦊 Forgejo Integration
v1.0.0
🐛 Bug Fixes
- add token limit and body truncation to list_issues and list_prs (
efbb235)
🔧 Chores
- add CHANGELOG.md (
9a4eb5a)
📝 Other Changes
- Initial implementation of forgejo-mcp (
dcd2162)
📊 Statistics
- Total commits: 3
- Contributors: 1
🤖 Generated with Claude Code
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- add token limit and body truncation to list_issues and list_prs (