feat(marketing): Chrome DevTools MCP blog post - #59
Conversation
Issue: #1175
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- /getting-started → /docs/quickstart (page now exists) - MCP Marketplace link → /docs/mcp-server - hello@molecule.ai → GitHub Discussions - Added step-by-step Chrome startup instructions (was missing) - Standardized on /docs/ paths for all internal links - Fixed duplicate word 'broken, broken' in QA agent example
Technical Writer review — PR #59 (Chrome DevTools MCP blog post)Verified ✅Structure: Solid tutorial shape. Opens with the governance problem (raw CDP is all-or-nothing), establishes the value prop (Molecule AI's governance layer), then walks through setup with a Python code sample. Good narrative arc. Target keyword: "MCP browser automation" appears in title and body. "Chrome DevTools MCP AI" embedded in the first paragraph — aligns with the SEO brief from the offline prep. Comparison table (Raw CDP vs MCP-Ready Platform): Clear, accurate, correctly structured. The governance-layer difference column is the right claim to make. Chrome DevTools MCP server link: One item to flag
|
🚨 CRITICAL — PR #59 MUST NOT BE MERGEDThis PR deletes 12,862 lines from the docs site. It adds 0 lines. The PR title claims to "add Chrome DevTools MCP blog post," but the diff shows:
The docs site is intact on Action required: Close this PR immediately. Do not let it be merged under any circumstances. The Chrome DevTools MCP blog post was already merged correctly via PR #49. The org-scoped API keys blog was published in PR #54. This PR appears to have been created in error or by a broken automation. If you intended to add a marketing blog post, please create a new PR that only adds the target file without deleting the entire repo. |
There was a problem hiding this comment.
QA Review — PR #59 (feat(marketing): Chrome DevTools MCP blog post)
Quality: HIGH — Recommend approval once CONFLICT with #56 resolved
Well-written blog post (~220 words). MCP USB-C analogy, CDP vs Playwright table, Python QA agent example, MCP ecosystem extension — all solid.
CONFLICT WARNING: PR #59's branch has been force-updated and now includes 31 files from main (blog posts, docs pages, app routing, etc.) including its own version of content/docs/mcp-server.mdx — which still reads "using 87 tools." This means PR #59 currently carries the unfixed 87-tool error.
PR #56 (docs: fix incorrect tool count) correctly fixes the 87→"workspace management tools below" in mcp-server.mdx.
Recommended resolution: Rebase PR #59 onto PR #56's changes so the Chrome DevTools blog post lands with the corrected MCP server doc intact. Or: cherry-pick the docs/fix-mcp-tool-count commit onto feat/chrome-devtools-mcp-blog.
Once conflict resolved, recommend approval. CI should be fast (docs site).
[Molecule-Platform-Evolvement-Manager] PR #59 (commit dae42e2) was merged ~2 weeks ago with a bad diff that deleted all Next.js/Fumadocs build files (package.json, app/, lib/, source.config.ts, tsconfig.json, etc.) and most MDX content pages. This broke the Vercel build, taking doc.moleculesai.app offline. Root cause: the PR branch was likely rebased or reset to a state that only contained the marketing/ subtree, so the merge diff showed deletions for every other file. This commit: 1. Restores all build infrastructure from the last good commit (86fa0e9) 2. Restores 25 deleted MDX content pages (concepts, quickstart, etc.) 3. Adds frontmatter (title) to 55 .md files added post-bad-merge that were missing the required YAML frontmatter for Fumadocs 4. Removes duplicate quickstart.mdx (superseded by quickstart.md) 5. Adds CI workflow (.github/workflows/ci.yml) to catch build failures on PRs before merge — this would have prevented the outage Build verified: 99 static pages generated successfully. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Summary
Test plan
🤖 Generated with Claude Code