What's Changed
- build(deps): bump github.com/mark3labs/mcp-go from 0.36.0 to 0.37.0 by @dependabot[bot] in #242
- refactor(auth): consolidate JWT validation into single method by @manusa in #238
- refactor(http): extract OAuth protected resource handler by @manusa in #243
- feat(auth): implement proxied /.well-known/oauth-authorization-server by @manusa in #244
- Red Hat Konflux purge kubernetes-mcp-server-ols by @red-hat-konflux[bot] in #245
- feat(auth): .well-known endpoints delegated to auth server by @manusa in #246
- test: extract mock-server for reutilization by @manusa in #247
- test(auth): complete test scenarios for raw token and oidc by @manusa in #248
- feat(auth): implemented SecurityTokenService to handle token exchange by @manusa in #250
- feat(auth): configurable audience validation by @manusa in #251
- feat(auth): configurable Kubernetes API token validation by @manusa in #252
- test(auth): complete test cases for token validation by @manusa in #253
- refactor(auth): temporarily disable scope authorization by @manusa in #254
- feat(auth): token exchange auth workflow by @manusa in #255
Full Changelog: v0.0.48...v0.0.49