• v2.0.0 ed9b4d4d46

    v2.0.0
    All checks were successful
    Publish Package / publish (push) Successful in 27s
    Stable

    jack released this 2025-10-10 12:24:01 +02:00 | 0 commits to main since this release

    Complete Refactor - v2.0.0

    New Features

    • Added comprehensive unit tests (27 tests) with Vitest
    • Full TypeScript type safety - eliminated all any types
    • Complete JSDoc documentation for all public APIs

    🏗️ Architecture

    • Modular structure: Separated into types, tool-definitions, handlers, gitlab-service, and index modules
    • Type-safe interfaces: Project, Issue, MergeRequest, Pipeline, User, Comment, ToolArguments
    • index.ts: 345 → 80 lines (77% reduction)
    • Improved error handling with type-safe validation
    • Clean separation of concerns for better maintainability

    🧪 Testing

    • 27 comprehensive unit tests
    • Complete test coverage with Vitest
    • Type validation tests for all interfaces
    • Tool definition validation tests

    📦 Dependencies

    • MCP SDK upgraded to ^1.20.0 (moved to devDependencies)
    • Added Vitest ^3.2.4 for testing
    • Added @vitest/coverage-v8 ^3.2.4 for coverage reporting

    🔧 Improvements

    • Renamed mergeMergeRequest to mergeMR for consistency
    • Enhanced JSDoc comments throughout codebase
    • Better code organization with centralized type definitions

    📊 Statistics

    • 10 GitLab API tools
    • 27 unit tests
    • 100% TypeScript type safety
    • 77% code reduction in main index file
    Downloads
  • v1.0.5 71325167d8

    🦊 v1.0.5
    All checks were successful
    Publish Package / publish (push) Successful in 1m3s
    Stable

    jack released this 2025-10-07 17:09:42 +02:00 | 3 commits to main since this release

    🦊 GitLab 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
  • v1.0.4 19838e11cd

    🦊 v1.0.4
    Some checks failed
    Publish Package / publish (push) Failing after 1m5s
    Stable

    jack released this 2025-10-07 17:04:20 +02:00 | 4 commits to main since this release

    🦊 GitLab 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
  • v1.0.3 129ab910b4

    🦊 v1.0.3
    Some checks failed
    Publish Package / publish (push) Failing after 58s
    Stable

    jack released this 2025-10-07 12:51:15 +02:00 | 5 commits to main since this release

    🦊 GitLab 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
  • v1.0.2 bf806b5716

    🦊 v1.0.2
    Some checks failed
    Publish Package / publish (push) Failing after 1m1s
    Stable

    jack released this 2025-10-07 12:38:35 +02:00 | 6 commits to main since this release

    🦊 GitLab 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
  • v1.0.1 21cdd2f3a0

    🦊 v1.0.1
    Some checks failed
    Publish Package / publish (push) Failing after 58s
    Stable

    jack released this 2025-10-07 12:34:11 +02:00 | 7 commits to main since this release

    🦊 GitLab 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
  • v1.0.0 080a5179aa

    🦊 v1.0.0
    Some checks failed
    Publish Package / publish (push) Failing after 38s
    Stable

    jack released this 2025-10-07 12:30:47 +02:00 | 8 commits to main since this release

    🦊 GitLab Integration

    v1.0.0

    🔧 Chores

    📝 Other Changes

    • Implement GitLab MCP Server with full API v4 integration (a0954e8)

    📊 Statistics

    • Total commits: 2
    • Contributors: 1

    🤖 Generated with Claude Code

    Downloads