feat(sdk-runner): add rust-sdk to KNOWN_SDKS#419
Open
pcarleton wants to merge 1 commit into
Open
Conversation
The mcp-conformance package's fixture bins follow the harness contract directly (URL argv + MCP_CONFORMANCE_SCENARIO env), and the server selects the SEP-2575 stateless lifecycle via STATELESS=1. Requires the repo's pinned Rust toolchain (rustup installs it on demand).
commit: |
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.
Adds
rust-sdktoKNOWN_SDKS(follow-up to #417): themcp-conformancepackage'sconformance-client/conformance-serverbins follow the harness contract directly (server URL argv +MCP_CONFORMANCE_SCENARIOenv), so no command bridging is needed. The server readsPORTandSTATELESSfrom the environment; the entry defaults to the stateful lifecycle athttp://localhost:3000/mcp, and a 2026-07-28 run overrides--server-cmd 'STATELESS=1 PORT=3000 ./target/debug/conformance-server'(documented in the entry comment).Verified end-to-end:
conformance sdk rust-sdk --mode client --suite all --spec-version 2026-07-28→ 333/336 checks (30/32 scenarios),--mode serverwith the stateless override → 112/113 checks (39/40 scenarios). The remaining failures are the pre-spec-#3002 discover shape (tools_call, oneserver-statelesscheck) plus SEP-2350 scope-step-up.