Interface: McpRouterOptions
Defined in: index.ts:9
Options for configuring the MCP router
Properties
path?
optionalpath:string
Defined in: index.ts:14
The HTTP path where the MCP server will be mounted
Default
'/mcp'
sessionIdGenerator()?
optionalsessionIdGenerator: () =>string
Defined in: index.ts:20
Optional session ID generator for stateful MCP servers Set to undefined for stateless servers
Returns
string