@orkestrel/mcp 0.0.13 → 0.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -242,7 +242,7 @@ export declare function createMCPPostHandler<TState = unknown>(mcp: MCPDispatche
242
242
  * const routes = createMCPRoutes(createMCPLegacy(mcp)) // both eras; pass `mcp` for modern only
243
243
  * ```
244
244
  */
245
- export declare function createMCPRoutes<TState = unknown>(mcp: MCPDispatcherInterface, options?: HTTPTransportOptions<TState>): readonly RouteInput<string, TState>[];
245
+ export declare function createMCPRoutes<TState = unknown>(mcp: MCPDispatcherInterface, options?: HTTPTransportOptions<TState>): ReadonlyArray<RouteInput<string, TState>>;
246
246
 
247
247
  /**
248
248
  * Create the native MCP session {@link MiddlewareHandler} — the plug-and-play stateful layer
@@ -242,7 +242,7 @@ export declare function createMCPPostHandler<TState = unknown>(mcp: MCPDispatche
242
242
  * const routes = createMCPRoutes(createMCPLegacy(mcp)) // both eras; pass `mcp` for modern only
243
243
  * ```
244
244
  */
245
- export declare function createMCPRoutes<TState = unknown>(mcp: MCPDispatcherInterface, options?: HTTPTransportOptions<TState>): readonly RouteInput<string, TState>[];
245
+ export declare function createMCPRoutes<TState = unknown>(mcp: MCPDispatcherInterface, options?: HTTPTransportOptions<TState>): ReadonlyArray<RouteInput<string, TState>>;
246
246
 
247
247
  /**
248
248
  * Create the native MCP session {@link MiddlewareHandler} — the plug-and-play stateful layer