Interface: TestableRouteDescriptor
One compiled route the harness can address, with the identity its diagnostics report.
Properties
config
readonlyconfig:Readonly<Record<string,unknown>>
The route module's statically extracted config export; {} when absent.
id
readonlyid:string
kind
readonlykind:CompiledRouteKind
relativePath
readonlyrelativePath:string
Project-relative POSIX path of the route module.
serverId?
readonlyoptionalserverId?:string
The owning MCP server id (mcp:<name>); MCP route kinds only.
source
readonlysource:string
Absolute route module path.