diff --git a/README.md b/README.md index c26257d..06dee93 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ WebMCP lets developers expose web application functionality—either JavaScript TypeScript type definitions for WebMCP are available in the [`webmcp-types`](https://www.npmjs.com/package/webmcp-types) npm package. +See [Implementation Status](implementation-status.md) for browser support. ## Background and Motivation diff --git a/implementation-status.md b/implementation-status.md new file mode 100644 index 0000000..652e140 --- /dev/null +++ b/implementation-status.md @@ -0,0 +1,34 @@ +# Implementation Status + +This document shows the implementation status of WebMCP across different browsers. + +Brave logo Chrome logo Edge logo Firefox logo Safari logo + +# Brave + +Experimental support is added to [Leo AI chat](https://brave.com/leo/). + +* [Issue 55232](https://github.com/brave/brave-browser/issues/55232) + +# Chrome + +An [Origin Trial](https://developer.chrome.com/blog/ai-webmcp-origin-trial) is live in Chrome 149. + +* [Early preview program](https://developer.chrome.com/docs/ai/join-epp) +* [Intent to Experiment](https://groups.google.com/a/chromium.org/g/blink-dev/c/gmYffo5WOE8/m/OJxuQRP3AAAJ) +* [Chrome Status entry](https://chromestatus.com/feature/5117755740913664) + +# Edge + +An [Origin Trial](https://developer.microsoft.com/en-us/microsoft-edge/origin-trials/trials/0b76fe60-b266-458e-a285-04e375c0c31a) is live in Edge 150. + +Refer to Chrome implementation status for platform support. + +# Firefox + +* [Mozilla standards-positions](https://github.com/mozilla/standards-positions/issues/1412) +* [Bugzilla entry](https://bugzilla.mozilla.org/show_bug.cgi?id=2018306) + +# Safari + +* [WebKit standards-positions](https://github.com/WebKit/standards-positions/issues/670)