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: containers/kubernetes-mcp-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.48
Choose a base ref
...
head repository: containers/kubernetes-mcp-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.49
Choose a head ref
  • 14 commits
  • 20 files changed
  • 4 contributors

Commits on Aug 6, 2025

  1. build(deps): bump github.com/mark3labs/mcp-go from 0.36.0 to 0.37.0 (#…

    …242)
    
    Bumps [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) from 0.36.0 to 0.37.0.
    - [Release notes](https://github.com/mark3labs/mcp-go/releases)
    - [Commits](mark3labs/mcp-go@v0.36.0...v0.37.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/mark3labs/mcp-go
      dependency-version: 0.37.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    4302a43 View commit details
    Browse the repository at this point in the history
  2. refactor(auth): consolidate JWT validation into single method (#238)

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    4dcede1 View commit details
    Browse the repository at this point in the history
  3. fix(npm): child process exits gracefully on SIGxxx (#243)

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    94b8599 View commit details
    Browse the repository at this point in the history
  4. feat(auth): implement proxied /.well-known/oauth-authorization-server (

    …#244)
    
    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    aba5f54 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. Red Hat Konflux purge kubernetes-mcp-server-ols (#245)

    Signed-off-by: red-hat-konflux <konflux@no-reply.konflux-ci.dev>
    Co-authored-by: red-hat-konflux <konflux@no-reply.konflux-ci.dev>
    red-hat-konflux[bot] and red-hat-konflux authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    40326c1 View commit details
    Browse the repository at this point in the history
  2. feat(auth): .well-known endpoints delegated to auth server (#246)

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    9ec5c82 View commit details
    Browse the repository at this point in the history
  3. test: extract mock-server for reutilization (#247)

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    43744f2 View commit details
    Browse the repository at this point in the history
  4. test(auth): complete test scenarios for raw token and oidc (#248)

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    cfc42b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. feat(auth): implemented SecurityTokenService to handle token exchange (

    …#250)
    
    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    b0da9fb View commit details
    Browse the repository at this point in the history
  2. feat(auth): configurable audience validation (#251)

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    7b11c16 View commit details
    Browse the repository at this point in the history
  3. feat(auth): configurable Kubernetes API token validation (#252)

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    dfcecd5 View commit details
    Browse the repository at this point in the history
  4. test(auth): complete test cases for token validation (#253)

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    fde4b1d View commit details
    Browse the repository at this point in the history
  5. refactor(auth): temporarily disable scope authorization (#254)

    It's unclear how the scopes are going to be populated in the JWT.
    Disable scope authorization for the time being.
    
    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    58c47dc View commit details
    Browse the repository at this point in the history
  6. feat(auth): token exchange auth workflow (#255)

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    90d4bb0 View commit details
    Browse the repository at this point in the history
Loading