We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a938126 commit ed6adeeCopy full SHA for ed6adee
1 file changed
AGENTS.md
@@ -65,6 +65,11 @@
65
tests. Don't silence warnings from your own code; fix the underlying cause.
66
Scoped `ignore::` entries for upstream libraries are acceptable in
67
`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.
73
74
### Coverage
75
0 commit comments