MCPcopy Create free account
hub / github.com/WebMCP-org/chrome-devtools-quickstart / execute

Function execute

counter.js:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 description: "Get current page title",
13 inputSchema: { type: "object", properties: {} },
14 async execute() {
15 return {
16 content: [{ type: "text", text: document.title }]
17 };
18 }
19});
20
21navigator.modelContext.registerTool({

Callers

nothing calls this directly

Calls 1

setCounterFunction · 0.85

Tested by

no test coverage detected