Skip to content

Commit 890e897

Browse files
Fix broken links to schemas in specification
1 parent 9236eb1 commit 890e897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/specification/2025-03-26/basic/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ to help shape the future of the protocol!
119119
## Schema
120120

121121
The full specification of the protocol is defined as a
122-
[TypeScript schema](http://github.com/modelcontextprotocol/specification/tree/main/schema/draft/schema.ts).
122+
[TypeScript schema](https://github.com/modelcontextprotocol/specification/blob/main/schema/2025-03-26/schema.ts).
123123
This is the source of truth for all protocol messages and structures.
124124

125125
There is also a
126-
[JSON Schema](http://github.com/modelcontextprotocol/specification/tree/main/schema/draft/schema.json),
126+
[JSON Schema](https://github.com/modelcontextprotocol/specification/blob/main/schema/2025-03-26/schema.json),
127127
which is automatically generated from the TypeScript source of truth, for use with
128128
various automated tooling.

0 commit comments

Comments
 (0)