chore: add TS annotation to generated mcp-types (#2424)

Adds the `TS` annotation from https://crates.io/crates/ts-rs to all
types to facilitate codegen.

---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/openai/codex/pull/2424).
* __->__ #2424
* #2423
This commit is contained in:
Michael Bolin
2025-08-18 09:38:47 -07:00
committed by GitHub
parent 712bfa04ac
commit a4f76bd75a
4 changed files with 164 additions and 126 deletions

View File

@@ -9,3 +9,4 @@ workspace = true
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
ts-rs = { version = "11", features = ["serde-json-impl"] }