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: .claude/skills/mcp-sdk-tier-audit/references/tier-requirements.md
+4-14Lines changed: 4 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,23 +32,13 @@ Source: `modelcontextprotocol/docs/community/sdk-tiers.mdx` in the spec reposito
32
32
33
33
## Conformance Score Calculation
34
34
35
-
Every scenario in the conformance suite now has a `specVersion` field indicating which spec version it targets:
35
+
Every scenario in the conformance suite has a `specVersion` field indicating which spec version it targets. The valid values are defined as the `SpecVersion` type in `src/types.ts` — run `node dist/index.js list` to see the current mapping of scenarios to spec versions.
36
36
37
-
| specVersion | Meaning | Count toward tier score? |
Date-versioned scenarios (e.g. `2025-06-18`, `2025-11-25`) count toward tier scoring. `draft` and `extension` scenarios are listed separately as informational.
44
38
45
-
The `--spec-version` CLI flag filters scenarios cumulatively for date versions:
39
+
The `--spec-version` CLI flag filters scenarios cumulatively for date versions (e.g. `--spec-version 2025-06-18` includes `2025-03-26` + `2025-06-18`). For `draft`/`extension`, it returns exact matches only.
46
40
47
-
-`--spec-version 2025-06-18` includes `2025-03-26` + `2025-06-18` scenarios
48
-
-`--spec-version 2025-11-25` includes all three dated versions
49
-
-`--spec-version draft` or `--spec-version extension` returns only exact matches
50
-
51
-
The tier-check CLI output includes a per-version breakdown alongside the aggregate pass rate, and groups `draft`/`extension` results separately as informational.
41
+
The tier-check output includes a per-version pass rate breakdown alongside the aggregate.
0 commit comments