Add Parity to Websites - #43
Open
mysticalseeker24 wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
There was a problem hiding this comment.
🟢 Approval recommended
The change is a straightforward documentation-only addition consistent with the PR’s stated goal and does not introduce code or behavioral risk.
Pull request overview
Adds Parity to the “Websites” registry list in this repo’s README, expanding the catalog of real-world WebMCP-enabled sites.
Changes:
- Added a new “Parity” entry under Websites, including a short description of its tool registry/caller model, accessibility announcements, and consent/grant mechanism.
- Linked to the deployed site and the project source repository.
File summaries
| File | Description |
|---|---|
| README.md | Adds Parity to the Websites list with a detailed feature-oriented description and source link. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Adds Parity to Websites.
Specialist-care booking, built for the OpenAI WebMCP Challenge, on one argument: building a site for agents is the same work as making it usable by the humans the interface locked out.
Why it may be of interest to this list
document.modelContext.getTools()for discovery andexecuteTool()for execution, the same APIs the agent uses. A tool the palette has never heard of still renders, from its schema alone.aria-liveannouncement naming the actor, worded by the tool's ownannounce().get_booking_state.unavailable[]returns areason_codeandunlock_byfor every tool that is not.Spec issues it has data on
Built against #255, #262, #277, #278, #282, #286 and #288, with issue numbers in the code. It also independently reproduced #300 in Chrome 152: because the live set is derived from page state, a tool routinely unregisters itself mid-execute, and the caller was then rejected with
"The operation failed for an unknown transient reason"after the action had already succeeded — an agent told a booking failed when the appointment exists. Notes and the mitigation are in the repo.No server, no MCP endpoint — a static SPA. Verified in Chrome 152 with
--enable-blink-features=WebMCP; 385 unit tests and 36 assertions driven against real Chrome over CDP.Source: https://github.com/mysticalseeker24/parity-webmcp