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.49
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: main
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Aug 11, 2025

  1. feat(auth): support for VSCode auth flow (#258)

    Adds DisableDynamicClientRegistration and OAuthScopes to be able to override
    the values proxied from the configured authorization server.
    
    DisableDynamicClientRegistration removes the registration_endpoint field from
    the well-known authorization resource metadata.
    This forces VSCode to show a for to input the Client ID and Client Secret since
    these can't be discovered.
    
    The OAuthScopes allows to override the scopes_supported field.
    VSCode automatically makes an auth request for all of the
    supported scopes.
    In many cases, this is not supported by the auth server.
    By providing this configuration, the user (MCP Server administrator)
    is able to set which scopes are effectively supported and
    force VSCode to only request these.
    
    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    19a9241 View commit details
    Browse the repository at this point in the history
Loading