MCP Tools with Dependent Types

3 vlaaad 2 8/17/2025, 6:03:33 PM vlaaad.github.io ↗

Comments (2)

VivaTechnics · 2h ago
Good work! `type<T>` (generic types) can mimic dependent types for this?
vlaaad · 2h ago
Not sure; the schema of the Props argument depends on the value — not type — of another argument, so it's not just generics.