@upstash/context7-mcp@2.1.0

upstash/context7@upstash/context7-mcp@2.1.0Jan 8, 2026by github-actions[bot]

AI Summary

A minor release adding OAuth 2.0 authentication support to the MCP server, including JWT validation and discovery endpoints.

Key Highlights

  • Added OAuth 2.0 authentication support for MCP server
  • Implemented JWT validation against authorization server JWKS
  • Added OAuth Protected Resource Metadata endpoint (RFC 9728)
  • Include `WWW-Authenticate` header for OAuth discovery

New Features

  • OAuth 2.0 authentication
  • JWT validation
  • OAuth discovery endpoint

Full Release Notes

### Minor Changes

-   ef82f30: Add OAuth 2.0 authentication support for MCP server
    -   Add new `/mcp/oauth` endpoint requiring JWT authentication
    -   Implement JWT validation against authorization server JWKS
    -   Add OAuth Protected Resource Metadata endpoint (RFC 9728) at `/.well-known/oauth-protected-resource`
    -   Include `WWW-Authenticate` header for OAuth discovery