Skip to content

Conversation

@pcarleton
Copy link
Member

Summary

Adds a streamlined SDK Integration Guide for SDK maintainers, and fixes spec reference URLs.

Changes

  1. SDK_INTEGRATION.md - New guide covering:

    • Quick start for client and server testing
    • Expected failures (baseline) feature
    • GitHub Action usage with examples
    • Writing conformance clients/servers (with links to TypeScript SDK examples)
  2. README.md - Added link to the new SDK Integration Guide

  3. spec-references.ts - Updated MCP spec URLs from /specification/draft/ to /specification/2025-11-25/

Related

Addresses feedback about making it easier for SDK maintainers to integrate conformance tests.

Links to TypeScript SDK examples instead of conformance repo examples (since those are moving to the SDK).

- Add SDK_INTEGRATION.md with guide for SDK maintainers on integrating conformance tests
- Link to guide from README.md
- Update spec references to use 2025-11-25 instead of draft URLs
@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 23, 2026

Open in StackBlitz

npx https://pkg.pr.new/modelcontextprotocol/conformance/@modelcontextprotocol/conformance@121

commit: 1e8d3ca

# Wait for server to be ready
timeout 15 bash -c 'until curl -s http://localhost:3001/mcp; do sleep 0.5; done'

- uses: modelcontextprotocol/conformance@v0.1.10
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: should do a release, bump this to 0.1.11, and then merge this

@pcarleton pcarleton enabled auto-merge (squash) January 23, 2026 12:49
@pcarleton pcarleton merged commit 2d52de5 into main Jan 23, 2026
7 checks passed
@pcarleton pcarleton deleted the docs/sdk-integration-guide branch January 23, 2026 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants