
Protocol Specification
Deep links use the following URL format:
The
config parameter contains a URL-encoded JSON object with the following schema:
Example Configurations
stdio-based Configuration:
HTTP-based Configuration:
Handling Deep links
When your client receives a deeplink:- Parse the URL-encoded config parameter using
decodeURIComponent - Parse the resulting string as JSON
- Create the transport with provided arguments