Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: detailobsessed/efficient-gitlab-mcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: detailobsessed/efficient-gitlab-mcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.2
Choose a head ref
  • 6 commits
  • 29 files changed
  • 2 contributors

Commits on Dec 25, 2025

  1. Cascade snapshot 2025-12-25T10:55:24.601172Z (#17)

    Cascade snapshot 2025-12-25T10:55:24.601172Z
    
    feat: clean up upstream leftovers and prepare for publishing
    
    - Remove upstream Prettier/ESLint configs (.prettierrc, .prettierignore, .eslintrc.json)
    - Update LICENSE copyright from 'Roo' to 'Ismar'
    - Change package name to 'efficient-gitlab-mcp-server' for differentiation
    - Fix smithery.yaml to use dist/ output and bun runtime
    - Remove Docker support (Dockerfile, docker workflows, scripts)
    - Remove old root-level TypeScript files (use src/ structure)
    - Update all test references from build/ to dist/ and node to bun
    - Update _typos.toml to remove build/ directory reference
    
    Ready for NPM publishing and PulseMCP submission
    ichoosetoaccept authored Dec 25, 2025
    Configuration menu
    Copy the full SHA
    2d9d350 View commit details
    Browse the repository at this point in the history
  2. docs: update README and .env.example for publishing readiness (#18)

    - Add NPM install option (npx/bunx efficient-gitlab-mcp-server)
    - Expand configuration table with all environment variables
    - Organize config into categories: Core, Transport, Feature Flags, Logging, Remote Auth
    - Fix .env.example: correct variable name (GITLAB_PERSONAL_ACCESS_TOKEN)
    - Remove duplicate/conflicting entries in .env.example
    - Add missing config options: LOG_FORMAT, ENABLE_DYNAMIC_API_URL, session settings
    ichoosetoaccept authored Dec 25, 2025
    Configuration menu
    Copy the full SHA
    e653d65 View commit details
    Browse the repository at this point in the history
  3. chore: remove upstream leftovers and empty directories (#19)

    - Remove event.json (Docker release test fixture)
    - Remove test-note.ts (ad-hoc test script)
    - Remove .secrets (Docker Hub placeholder secrets)
    - Remove empty src/gitlab/ and src/types/ directories
    ichoosetoaccept authored Dec 25, 2025
    Configuration menu
    Copy the full SHA
    ad8996f View commit details
    Browse the repository at this point in the history
  4. chore: final cleanup - remove validate-api.js and update docs (#20)

    - Remove test/validate-api.js (upstream JS file with Korean comments)
    - Update docs/oauth-setup.md to reference efficient-gitlab-mcp-server package
    ichoosetoaccept authored Dec 25, 2025
    Configuration menu
    Copy the full SHA
    9cf6e02 View commit details
    Browse the repository at this point in the history
  5. fix(ci): checkout release tag in npm-publish workflow (#21)

    Ensures the correct version is published when triggered by a release event
    ichoosetoaccept authored Dec 25, 2025
    Configuration menu
    Copy the full SHA
    8094cd1 View commit details
    Browse the repository at this point in the history
  6. chore(release): 0.1.2 [skip ci]

    ## [0.1.2](v0.1.1...v0.1.2) (2025-12-25)
    
    ### Bug Fixes
    
    * **ci:** checkout release tag in npm-publish workflow ([#21](#21)) ([8094cd1](8094cd1))
    semantic-release-bot committed Dec 25, 2025
    Configuration menu
    Copy the full SHA
    1a385f6 View commit details
    Browse the repository at this point in the history
Loading