WebMCP.enableEnables the WebMCP domain, allowing events to be sent. Enabling the domain will trigger a toolsAdded event for all currently registered tools.
{
"id": 1,
"method": "WebMCP.enable"
}
{
"id": 1,
"result": {}
}
const result = await send('WebMCP.enable');
console.log(result);