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: StacklokLabs/mkp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.2
Choose a base ref
...
head repository: StacklokLabs/mkp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.3
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 9, 2025

  1. chore(deps): update github/codeql-action digest to d3678e2 (#109)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    9c7c923 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. chore(deps): update github/codeql-action digest to 192325c (#111)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    291d840 View commit details
    Browse the repository at this point in the history
  2. Ensure array definition has items type (#112)

    The `list_resources` function didn't declare a type for both array
    parameters it takes. While this works in other Clients like Cursor and
    Roo, it did not in VSCode which enforces this more thoroughly.
    
    This fixes that issue.
    
    Related-to: #107
    
    Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
    JAORMX authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    87660a6 View commit details
    Browse the repository at this point in the history
Loading