Skip to content

Commit 974ca0e

Browse files
fix: revert specVersion to optional in tier-check details, remove stale table
1 parent 17f2172 commit 974ca0e

1 file changed

Lines changed: 4 additions & 14 deletions

File tree

.claude/skills/mcp-sdk-tier-audit/references/tier-requirements.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,13 @@ Source: `modelcontextprotocol/docs/community/sdk-tiers.mdx` in the spec reposito
3232

3333
## Conformance Score Calculation
3434

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.
3636

37-
| specVersion | Meaning | Count toward tier score? |
38-
| ------------ | ------------------------------------------------------ | ------------------------ |
39-
| `2025-03-26` | Legacy spec (March 2025) | Yes |
40-
| `2025-06-18` | Base spec — Tier 2 baseline | Yes |
41-
| `2025-11-25` | Current spec — Tier 1 baseline | Yes |
42-
| `draft` | Unreleased draft spec features | Listed separately |
43-
| `extension` | Optional protocol extensions (e.g. ext-auth, SEP-1046) | Listed separately |
37+
Date-versioned scenarios (e.g. `2025-06-18`, `2025-11-25`) count toward tier scoring. `draft` and `extension` scenarios are listed separately as informational.
4438

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.
4640

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.
5242

5343
## Tier Relegation Rules
5444

0 commit comments

Comments
 (0)