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: structured-world/gitlab-mcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.13.0
Choose a base ref
...
head repository: structured-world/gitlab-mcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.14.0
Choose a head ref
  • 2 commits
  • 11 files changed
  • 2 contributors

Commits on Jan 20, 2026

  1. feat(profiles): add 7 role-based presets (#63)

    * feat(profiles): add 7 role-based presets
    
    Add built-in presets for different user personas:
    - junior-dev: code, MRs, basic issue tracking
    - senior-dev: + code review, pipeline monitoring
    - devops: CI/CD, pipelines, variables, infrastructure
    - team-lead: planning, milestones, oversight
    - pm: planning, tracking, documentation (no code ops)
    - ci: minimal tools for automation
    - gitlab-com: rate-limit friendly for gitlab.com
    
    Each preset is optimized for its role to minimize LLM context
    usage while providing sufficient tools.
    
    Closes #55
    
    * fix(profiles): correct regex anchor precedence in preset patterns
    
    Fix denied_tools_regex patterns to properly anchor at start:
    - Use ^manage_(a|b|c) instead of ^manage_a|^manage_b|^manage_c
    - The latter incorrectly matches 'manage_b' anywhere in the string
    
    Also simplify junior-dev description to match preset name.
    polaz authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    5f05913 View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.14.0 [skip ci]

    ## [6.14.0](v6.13.0...v6.14.0) (2026-01-20)
    
    ### Features
    
    * **profiles:** add 7 role-based presets ([#63](#63)) ([5f05913](5f05913)), closes [#55](#55)
    semantic-release-bot committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    1c2a34b View commit details
    Browse the repository at this point in the history
Loading