Run (end-to-end)
This is the “wow” path: DISCOVER → EXECUTE → EVIDENCE.
Local demo provider
Terminal A:
mrpd serve --host 127.0.0.1 --port 8787
Terminal B:
mrpd run "demo summarize" --url "https://example.com" \
--manifest-url "http://127.0.0.1:8787/mrp/manifest" \
--capability summarize_url
You should see an EVIDENCE response and an artifact saved under your ~/.mrpd/artifacts directory.
Using the public registry
Once providers are self-registered, you can omit --manifest-url and let MRPd route via:
https://www.moltrouter.dev/mrp/registry/query
(When multiple candidates exist, MRPd ranks them deterministically.)