Skip to content

Commit ed6adee

Browse files
authored
docs: require a passing conformance test for new 2026-07-28 spec features (#2761)
1 parent a938126 commit ed6adee

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@
6565
tests. Don't silence warnings from your own code; fix the underlying cause.
6666
Scoped `ignore::` entries for upstream libraries are acceptable in
6767
`pyproject.toml` with a comment explaining why.
68+
- New features from the 2026-07-28 spec must have a matching test in the
69+
[conformance suite](https://github.com/modelcontextprotocol/conformance)
70+
that passes against this SDK (CI runs it via
71+
`.github/workflows/conformance.yml`). If no matching test exists, stop and
72+
tell the user so they can raise an issue on the conformance repo.
6873

6974
### Coverage
7075

0 commit comments

Comments
 (0)