← Back to WebMCP domain

WebMCP.disable

Disables the WebMCP domain.

Domain: WebMCP experimental

Example Request

{
  "id": 1,
  "method": "WebMCP.disable"
}

Example Response

{
  "id": 1,
  "result": {}
}

Usage in Node.js

const result = await send('WebMCP.disable');
console.log(result);