Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
There was a problem hiding this comment.
Stale comment
Risk assessment: Very Low
Decision: Approval stands (already approved; risk did not increase)
Re-evaluated after the new commit (
9324e3f) on this previously approved PR. The update is still documentation-only. Risk remains Very Low; approval is not revoked and is not re-issued.Evidence from the diff
- 6 files, +406 / -11 vs
main: newbrowsers/webmcp.mdxandreference/mcp-server/tools/webmcp.mdx; edits tobrowsers/playwright-execution.mdx,reference/mcp-server.mdx,reference/mcp-server/tools/execute-playwright-code.mdx, anddocs.json- Incremental change since the prior approval: example copy and sample timeouts (e.g. 60s/120s → 5s/10s), plus simpler name-only tool selection in samples. Same file set; no new paths
- Changed paths are Mintlify MDX and two sidebar entries in
docs.jsononly — no application code, CI, auth, infra, or schema changes- No
CODEOWNERSfile in this repoRisk factors
- Codepaths / blast radius: public docs site content and navigation only
- Infra / ops / security: none; no production logic in this repository
- Complexity: new product docs and examples, not executable behavior change here
These files are product documentation, not model instruction or prompt files.
Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Risk assessment: Very Low
Decision: Approval stands (already approved; risk did not increase)
Re-evaluated after the new commit (7512be7) on this previously approved PR. The update is still documentation-only. Risk remains Very Low; approval is not revoked and is not re-issued.
Evidence from the diff
- 6 files, +406 / -11 vs
main: newbrowsers/webmcp.mdxandreference/mcp-server/tools/webmcp.mdx; edits tobrowsers/playwright-execution.mdx,reference/mcp-server.mdx,reference/mcp-server/tools/execute-playwright-code.mdx, anddocs.json - Incremental change since the last assessment: two wording edits (
your site→the site) in existing MDX copy. Same file set; no new paths - Changed paths are Mintlify MDX and two sidebar entries in
docs.jsononly — no application code, CI, auth, infra, or schema changes - No
CODEOWNERSfile in this repo
Risk factors
- Codepaths / blast radius: public docs site content and navigation only
- Infra / ops / security: none; no production logic in this repository
- Complexity: new product docs and examples, not executable behavior change here
These files are product documentation, not model instruction or prompt files.
Sent by Cursor Automation: Assign PR reviewers
AnnaXWang
left a comment
There was a problem hiding this comment.
qq - was the omission of awaiting_submission intentional?
this PR currently documents only completed, canceled, and error statuses,
the browser runtime returns this status for non-autosubmit declarative forms after populating the fields but before submission.
if awaiting_submission is meant to be publicly supported, we add it before merging. Non-blocking for now.
- add it to the public OpenAPI schema and regenerate/release the SDKs
- document that the form was populated but not submitted
- explain the next step: inspect the form, obtain any required confirmation, then submit through Playwright or computer interaction without invoking the tool again
update the guide, Playwright helper page, MCP reference, and examples to handle all four statuses - change the minimum SDK versions to releases containing the corrected enum
- add coverage for this response through the public API and documented client paths


Summary
Document browser WebMCP support beyond the changelog so developers can discover and invoke page tools safely.
webmcptool page, following the existing per-tool reference structure. Link it from the MCP overview and add both new pages to navigation.docs.json; no hand-written endpoint reference pages or generated files are needed.Verified API fields, browser defaults, helper behavior, MCP guidance, and SDK signatures against source, including all three SDKs' v0.100.0
api.mdfiles. Document that HTTP 200 can returncanceledorerror, and disable SDK retries in invocation examples to avoid repeating side effects after a lost response or 504.Validation
mint broken-linksandmint validatepass.mint dev --no-open: all five affected content pages load locally; checked rendered WebMCP content.@onkernel/sdk@0.100.0. Python samples execute againstkernel==0.100.0. Go discovery and wrapped invocation samples are formatted withgofmtand compile againstkernel-go-sdk@v0.100.0.outcome_unknownerror message pass.No live browser invocation was performed. Examples require an existing browser and a site's verified tool schema, and assume a single
search_productsregistration. The provenance section explains how to distinguish duplicate names when needed.