@effect/ai's McpServer with TanStack Start API routes (though this would apply to any framework that uses standard web Request/Response handlers).McpServer.layerHttp and McpServer.layerHttpRouter exist for running the MCP server over HTTP, but they seem designed to run as a standalone Effect HTTP server rather than being mountable into an existing web framework.HttpApp from the McpServer that I could then convert using HttpApp.toWebHandler?