WebMCP smoke test
checking…
Environment
reading…
Call log
(nothing yet)
How to use
- Deploy to an HTTPS URL with no password protection. Will not work on
file:// or plain HTTP.
- Chromium 146.0.7672.0 or newer — check at
chrome://version. If you're older, install Chrome Canary or Dev.
- Enable
chrome://flags/#enable-webmcp-testing and fully relaunch the browser (quit entirely, not just close the window).
- In the DevTools console:
await navigator.modelContextTesting.getTools()
await navigator.modelContextTesting.executeTool('ping_page', { message: 'hello' })
The page should flash green and the log should fill in.
- Then open the same URL in ChatGPT or Codex and ask it to call this page's tool. That is the round trip that decides your demo.