Capture missing site actions as WebMCP demand - #213
Open
masnwilliams wants to merge 1 commit into
Open
masnwilliams wants to merge 1 commit into
masnwilliams wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
masnwilliams
force-pushed
the
hypeship/webmcp-demand-reporting
branch
from
September 23, 2026 02:42
d44fea0 to
6a9520b
Compare
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
get_more_toolswith a distinct site-tool classification and an optional validated public registrable domain. Route those reports separately from general product and integration demand; reporting does not install a tool.Validation
bun test(666 passing)bunx tsc --noEmitbunx prettier --checkon changed filesNote
Low Risk
Changes are additive schema, analytics routing, and documentation; no auth or execution-path changes beyond optional demand reporting.
Overview
Adds a site-specific missing WebMCP action path on
get_more_tools: agents classify gaps assite_tool_missingwithcapability_area: webmcp, optionally attach a validated public registrablesite_domain(ICANN viatldts), and getwebmcp_catalog_demandinstead of kernel or integration demand. Ownership checks reject mismatchedgap_reason,webmcparea, or straysite_domain; invalid domains fail schema validation.PostHog now emits
missing_capability_site_domainand folds domain into dedupe keys so per-site catalog signals stay separate.Agent-facing copy on
webmcp,execute_playwright_code, and the README steers the flow: list WebMCP first, fall back to Playwright, report missing reusable actions without expecting an install. Tests cover tool behavior, analytics routing, and integration instrumentation.Reviewed by Cursor Bugbot for commit 6a9520b. Bugbot is set up for automated code reviews on this repo. Configure here.