Skip to content

Commit bab8f86

Browse files
committed
Point schema/README at the underscored generator output path
No-Verification-Needed: doc-only fix
1 parent 95663d3 commit bab8f86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

schema/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
JSON Schema files for each protocol version the SDK has a wire-shape surface
44
package for, vendored from the [spec repository] at the commit recorded in
55
`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`.
6+
`src/mcp-types/mcp_types/_v<version>/__init__.py` (underscore-private: internal
7+
validators, not public API); CI runs the generator with `--check`.
88

99
To bump: drop the new `schema.json` here as `<protocol-version>.json`, update
1010
the matching entry in `PINNED.json` (commit + sha256), and run

0 commit comments

Comments
 (0)