Are there official TypeScript types and docs for the WebMCP API, as implemented in the Chrome preview?
In particular, where you define an `outputSchema`, your `execute` function returns a matching value directly. Whereas in `@mcp-b/webmcp-types`, it expects the `execute` function to return an envelope around the response with `content` and `structuredContent` properties, where `structuredContent` matches the output schema. This seems to align with the original MCP API for tools.
Is this an error in your demo, or are you working to a different version of the API?
Thanks, Alex.