MCP display-url request

This is a simplification of the display-url request specification used by AstroVR. It is intended to represent baseline functionality that most clients can implement.

display-url presents a document specified by a URL to the user.

Keywords

url:

Required. Must be an absolute URL, starting with a name scheme (such as "http:").

Example

Present the JHM home page:


  #$#display-url 12345678 url: "http://jhm.ccs.neu.edu:7043/"