-
Notifications
You must be signed in to change notification settings - Fork 10
Comparing changes
Open a pull request
base repository: modelcontextprotocol/conformance
base: v0.1.5
head repository: modelcontextprotocol/conformance
compare: v0.1.6
- 11 commits
- 47 files changed
- 8 contributors
Commits on Nov 11, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 73af777 - Browse repository at this point
Copy the full SHA 73af777View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e19918d - Browse repository at this point
Copy the full SHA e19918dView commit details
Commits on Nov 12, 2025
-
Typecheck and lint example client
Don't do server yet, since it has its own package.json which breaks checking imports.
Configuration menu - View commit details
-
Copy full SHA for eed3b22 - Browse repository at this point
Copy the full SHA eed3b22View commit details
Commits on Nov 13, 2025
-
* feat: move to vitest * fix: lock file * fix: tests running sequentially on same port * fix lock file --------- Co-authored-by: Paul Carleton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aeceefa - Browse repository at this point
Copy the full SHA aeceefaView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f233998 - Browse repository at this point
Copy the full SHA f233998View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ee60717 - Browse repository at this point
Copy the full SHA ee60717View commit details
Commits on Nov 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 38443d1 - Browse repository at this point
Copy the full SHA 38443d1View commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for f7c8c44 - Browse repository at this point
Copy the full SHA f7c8c44View commit details
Commits on Nov 17, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 253ede0 - Browse repository at this point
Copy the full SHA 253ede0View commit details
Commits on Nov 18, 2025
-
[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
Configuration menu - View commit details
-
Copy full SHA for 5c15113 - Browse repository at this point
Copy the full SHA 5c15113View commit details
Commits on Nov 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4a4c188 - Browse repository at this point
Copy the full SHA 4a4c188View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.5...v0.1.6