You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/community/sdk-tiers.mdx
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,13 +54,24 @@ breaking change policies, so users can understand compatibility expectations whe
54
54
55
55
## Conformance Testing
56
56
57
-
All SDKs are evaluated using [automated conformance tests](https://github.com/modelcontextprotocol/conformance) that validate protocol support against the published specifications. SDKs receive a conformance score based on test results:
57
+
All SDKs are evaluated using [automated conformance tests](https://github.com/modelcontextprotocol/conformance)
58
+
that validate protocol support against the published specifications. SDKs receive a conformance score
59
+
based on test results:
58
60
59
61
-**Tier 1**: 100% conformance required
60
62
-**Tier 2**: 80% conformance required
61
63
-**Tier 3**: No minimum requirement
62
64
63
-
Conformance testing validates that SDKs correctly implement the protocol by running standardized test scenarios and checking protocol message exchanges.
65
+
Conformance scores are calculated against **applicable required tests** only:
66
+
67
+
- Tests for the specification version the SDK targets
0 commit comments