Thanks to visit codestin.com
Credit goes to github.com

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/conformance
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.5
Choose a base ref
...
head repository: modelcontextprotocol/conformance
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.6
Choose a head ref
  • 11 commits
  • 47 files changed
  • 8 contributors

Commits on Nov 11, 2025

  1. Add interactive mode with verbose checking (#23)

    * add back interactive mode, todo: print instructions for running w/ command and fix optional error message on command
    
    * add verbose checking
    pcarleton authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    73af777 View commit details
    Browse the repository at this point in the history
  2. Add conformance tests for SEP-1330 elicitation enums (#22)

    * Add SEP-1330 conformance test for elicitation enum schemas
    
    Adds server-side conformance test that validates servers properly request
    elicitation with SEP-1330 enum schema improvements:
    - Untitled single-select enum (type: string, enum: [...])
    - Titled single-select enum (oneOf with const/title)
    - Legacy titled enum (enumNames for backward compatibility)
    - Untitled multi-select enum (type: array, items.enum)
    - Titled multi-select enum (items.anyOf with const/title)
    
    Test expects server to implement `test_elicitation_sep1330_enums` tool.
    
    * Add reference server implementation for SEP-1330 conformance test
    
    Adds test_elicitation_sep1330_enums tool to everything-server that
    requests elicitation with all 5 enum schema variants. Also updates
    SERVER_REQUIREMENTS.md with full specification.
    
    * Fix prettier formatting
    
    * only test active tests (#24)
    
    * refactor maps to pull names from the test
    
    * bring names back
    
    * separate active from pending
    
    * only test active
    
    ---------
    
    Co-authored-by: Paul Carleton <[email protected]>
    felixweinberger and pcarleton authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    e19918d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. Typecheck and lint example client

    Don't do server yet, since it has its own package.json which breaks
    checking imports.
    pcarleton committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    eed3b22 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. move to vitest (#18)

    * feat: move to vitest
    
    * fix: lock file
    
    * fix: tests running sequentially on same port
    
    * fix lock file
    
    ---------
    
    Co-authored-by: Paul Carleton <[email protected]>
    mattzcarey and pcarleton authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    aeceefa View commit details
    Browse the repository at this point in the history
  2. Upgrade vitest to v4.0.5 (#26)

    Updates vitest from v2.1.8 to v4.0.5. All tests pass successfully with no code changes required.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-authored-by: Claude <[email protected]>
    maxisbey and claude authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    f233998 View commit details
    Browse the repository at this point in the history
  3. Update dependencies in package.json and package-lock.json (#27)

    Downgrade @typescript/native-preview and tsdown to previous versions.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-authored-by: Claude <[email protected]>
    maxisbey and claude authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    ee60717 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. Configuration menu
    Copy the full SHA
    38443d1 View commit details
    Browse the repository at this point in the history
  2. [scenario] authz metadata discovery tests: compatibility with 2025-03…

    …-26 spec, prm root, and www-authenticate (#28)
    
    * clean up constructor calls for server lifecycle
    
    * add back compat test
    
    * fix dup logging, rm prm
    
    * avoid fallbacks
    
    * better error from example client
    
    * add final endpoint method
    
    * add test for OASM priority order
    
    * s/prepack/prepare/ for npx
    
    * try switching to .js
    
    * make tsdown version happy default
    
    * fix lock
    
    * fix prmPath issue
    
    * back to main package-lock
    
    * fix bin path
    
    * Add comprehensive auth scenario test suite
    
    - Add index.test.ts to test all auth scenarios with auth-test.ts client
    - Upgrade @modelcontextprotocol/sdk from 1.20.1 to 1.22.0
    - All 5 auth scenarios now pass including auth/basic-metadata-var2
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <[email protected]>
    
    * consolidate tests into index.test.ts
    
    * rename metadata
    
    * fix comments
    
    * rework auth scenario listing
    
    * add 3rd variation of metadata
    
    * fix some type issues introduced by version bump
    
    * add reusable spec references
    
    * more refs
    
    * fix up spec references
    
    ---------
    
    Co-authored-by: Claude <[email protected]>
    pcarleton and claude authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    f7c8c44 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. Bump js-yaml in the npm_and_yarn group across 1 directory (#31)

    Bumps the npm_and_yarn group with 1 update in the / directory: [js-yaml](https://github.com/nodeca/js-yaml).
    
    
    Updates `js-yaml` from 4.1.0 to 4.1.1
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@4.1.0...4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: js-yaml
      dependency-version: 4.1.1
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    253ede0 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. [auth] Scenarios for scope selection (#36)

    * wip scope change
    
    * rm useless bool
    
    * fix-me: package changes for linking
    
    * negative test
    
    * negative test for multiple scopes
    
    * fix displays of warnings
    
    * wip step-up
    
    * negative test for step up auth
    
    * move warning into main request flow
    
    * clean up more checks
    
    * cleanup step-up scenario
    
    * cleanup and simplify
    
    * cleanup middleware
    
    * inline negative tests
    
    * inline the other test
    
    * refactor logging and inlining for standalone execution too
    
    * skip pending tests
    pcarleton authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    5c15113 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. 0.1.6

    pcarleton committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    4a4c188 View commit details
    Browse the repository at this point in the history
Loading