failTools registered
0 / 4 The page HTML and 0 same-origin script bundle(s) carry no modelContext usage, no declarative tool forms, and no WebMCP mention. The browser run was skipped; re-run with force for a full capture.fix
document.modelContext.provideContext({
tools: [{ name: "your_tool_name", description: "...", inputSchema: { type: "object", properties: {} }, execute: async (args) => { /* ... */ } }],
});