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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,12 @@ for any tier.
46
46
**Critical Bug** refers to P0 issues (see [Priority labels](#priority-only-if-actionable) for
47
47
detailed criteria).
48
48
49
+
**Stable Release** is a published version explicitly marked as production-ready (e.g., version `1.0.0`
50
+
or higher without pre-release identifiers like `-alpha`, `-beta`, or `-rc`).
51
+
52
+
**Clear Versioning** means following idiomatic verisoning patterns with documented
53
+
breaking change policies, so users can understand compatibility expectations when upgrading.
54
+
49
55
## Conformance Testing
50
56
51
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:
0 commit comments