We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95663d3 commit bab8f86Copy full SHA for bab8f86
1 file changed
schema/README.md
@@ -3,8 +3,8 @@
3
JSON Schema files for each protocol version the SDK has a wire-shape surface
4
package for, vendored from the [spec repository] at the commit recorded in
5
`PINNED.json`. `scripts/gen_surface_types.py` reads these to regenerate
6
-`src/mcp-types/mcp_types/v<version>/__init__.py`; CI runs the generator with
7
-`--check`.
+`src/mcp-types/mcp_types/_v<version>/__init__.py` (underscore-private: internal
+validators, not public API); CI runs the generator with `--check`.
8
9
To bump: drop the new `schema.json` here as `<protocol-version>.json`, update
10
the matching entry in `PINNED.json` (commit + sha256), and run
0 commit comments