Module routing

Module routing 

Source
Expand description

Request routing and handler dispatch system

Structs§

RequestRouter
Request router for dispatching MCP requests to appropriate handlers
Route
Route definition for custom routing
RouteMetadata
Route metadata
RouterConfig
Router configuration

Traits§

RouteHandler
Route handler trait for custom routes
ServerRequestDispatcher
Server request dispatcher trait for server-initiated requests

Type Aliases§

Router
Router alias for convenience