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: modelcontextprotocol/typescript-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: gleanwork/typescript-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: patches
Choose a head ref
  • 13 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 12, 2025

  1. Configuration menu
    Copy the full SHA
    3b2bcf2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from gleanwork/hjdivad/fallback-to-openid-confi…

    …guration
    
    fix: fall back to openid-configuration
    david-hamilton-glean authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    90d0e09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1e115f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from gleanwork/hjdivad/publish

    build(publish): workflow to publish fork
    david-hamilton-glean authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    8b618f8 View commit details
    Browse the repository at this point in the history
  5. build(publish): rename package

    `@modelcontextprotocol/sdk` -> `@gleanwork/mcp-sdk`
    david-hamilton-glean committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    e40387f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from gleanwork/hjdivad/rename-package

    build(publish): rename package
    david-hamilton-glean authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    9206758 View commit details
    Browse the repository at this point in the history
  7. Revert "build(publish): rename package"

    This reverts commit e40387f.
    david-hamilton-glean committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    7133d44 View commit details
    Browse the repository at this point in the history
  8. build(publish): publish at longer URLs

    We don't want to publish at pkg.pr.new/@modelcontextprotocol/sdk.  We
    want to make it clear it's a fork and publish at
    pkr.pr.new/gleanwork/typescript-sdk/@modelcontextprotcool/sdk.
    david-hamilton-glean committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    b38225f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #5 from gleanwork/hjdivad/revert-rename

    Revert rename + publish to long URLs
    rwjblue-glean authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    8f6ea2a View commit details
    Browse the repository at this point in the history
  10. docs: update README

    Explain the purpose of the fork.
    david-hamilton-glean committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    fc8ee1c View commit details
    Browse the repository at this point in the history
  11. Merge pull request #6 from gleanwork/hjdivad/readme

    docs: update README
    rwjblue-glean authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    0fcb3ef View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. fix: OpenID configuration lookup

    OpenID connect and OAuth Authorization Server Metadata use two different
    schemas for determining the final well-known URL.
    
    For servers with path components, the ".well-known" segment is inserted
    between the host and path component for OAuth authorization server
    metadata, but appended for openid-connect.
    
    e.g. for issuer https://example.com/my-issuer
    
    - https://example.com/.well-known/oauth-authorization-server/my-issuer
    - https://example.com/my-issuer/.well-known/openid-configuration
    
    [^1]: https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfig
    [^2]: https://datatracker.ietf.org/doc/html/rfc8414#section-3
    david-hamilton-glean committed Jul 22, 2025
    Configuration menu
    Copy the full SHA
    19a36d6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from gleanwork/hjdivad/fix-openid-configuration…

    …-lookup
    
    fix: OpenID configuration lookup
    david-hamilton-glean authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    acc52bd View commit details
    Browse the repository at this point in the history
Loading