test: update MCP conformance to alpha.8#299
Closed
leehack wants to merge 1 commit into
Closed
Conversation
10 tasks
Owner
Author
|
Closing as superseded: the alpha.8 conformance changes from this PR have been folded into #298. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@modelcontextprotocol/conformance@0.2.0-alpha.7to0.2.0-alpha.8.float_valparameter.Existing issue / PR check
Test Plan
dart format --output=none --set-exit-if-changed lib/src/server/mcp_server.dart test/conformance/mcp_2026_07_28_rc_client.dart test/conformance/mcp_2026_07_28_rc_server.dart test/conformance/run_2025_server_conformance.dart test/conformance/run_2026_07_28_rc_client_conformance.dart test/conformance/run_2026_07_28_rc_server_conformance.dartgit diff --checkdart analyzedart test --reporter compact test/docs/markdown_docs_test.dart test/mcp_2026_07_28_test.dartdart run test/conformance/run_2026_07_28_rc_server_conformance.dart --timeout-seconds 90 --output-dir /tmp/mcp-alpha8-server-final— 40 passed, 0 failed/timeoutdart run test/conformance/run_2026_07_28_rc_client_conformance.dart --timeout-seconds 90 --output-dir /tmp/mcp-alpha8-client-final— 31 passed, 1 expected failure (json-schema-ref-no-deref)dart run test/conformance/run_2025_server_conformance.dart --timeout-seconds 120 --output-dir /tmp/mcp-alpha8-2025-server-final— 49 passed, 0 faileddart run tool/testing/run_ts_2026_07_28_rc_interop.dart— TypeScript preview client -> Dart server and Dart preview client -> TypeScript server succeededNotes
json-schema-ref-no-derefclient scenario remains expected-failed because the upstream alpha.8 fixture still behaves like a stable-only server for that scenario.always-authdeprecation warnings while installing TS fixture dependencies; no repo/global config was changed.