Type Alias: CompiledRouteKind
CompiledRouteKind =
"tool"|"resource"|"prompt"|"app"|"event-route"|"cli"|"script"
Every route kind the conventional source tree can declare. Context providers are deliberately not a route kind: a provider wraps route execution rather than being addressable itself, so providers live in their own CompiledProvider collection.