Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/spec-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ npm run sync-schema -- <sha-or-ref>

The `SOURCE` file records the spec commit the current copies came from.

`ext-tasks.schema.json` is `schema/draft/schema.json` from the
[ext-tasks](https://github.com/modelcontextprotocol/ext-tasks) repository
(SEP-2663); `src/validation` validates a `resultType: "task"` result
against its `CreateTaskResult` for versions whose core schema no longer
carries one. `SOURCE.ext-tasks` records its commit.

## Import rule

A scenario imports the schema matching its `source.introducedIn`:
Expand Down
1 change: 1 addition & 0 deletions src/spec-types/SOURCE.ext-tasks
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ext-tasks@e4345978be1f602f1fc48d89051e8559dd5302a6
Loading