docs: direct HTTPS /mcp/<uuid> hosted setup; retire relay OAuth guidance - #142
Merged
Conversation
added 5 commits
August 13, 2026 16:48
…ath, hermetic docs contract guard
…supersede OAuth-first pack section
…rk Claude Desktop URL as alternative
Member
Author
Owner reviewFinal fresh review: SHIP.
|
This was referenced Aug 14, 2026
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.
Aligns public MCP docs with the supported direct HTTP connector and adds a hermetic guard so the contract cannot regress.
What changed
https://relay.api.vibebrowser.app/mcp/<uuid>only. Explicit "no OAuth consent, no DCR, no scopes". Marked hosted-client table (HTTPS only, nowss). Claude Desktop row labelled alternative only — prefer local stdio when Chrome is on the same machine. Exactcodex mcp add vibe --url …documented. New migration section away from the retired consent-screen connector.Vibe icon → Settings → AI Agent Control → Remote (internet) → Relay access; states no OAuth/DCR/scopes; carries the migration note.§8.2section marked SUPERSEDED.testandtest:ci.Contract guard (33 assertions)
Pins: direct HTTPS
/mcp/<uuid>in README +server.jsonremote; no OAuth setup lines in any active surface (README,status.md,server.json,openclaw/vibebrowser/SKILL.md,mcpb/manifest.json,docs/*.md), withworklog/explicitly excluded and separately asserted historical; nowss://in the hosted table; verbatimcodex mcp add vibe --url; migration note; no markdown link from an active surface intoworklog/.Negative controls (injected, then reverted) both fail the guard as intended:
Complete the OAuth consent flow to authorize Vibe.→ CAUGHTRegister the client at …/oauth/authorize and pick scopes.→ CAUGHTVerification
npm run build— PASSnpm run validate:skill— PASSnpm run test:ci— exit 0, all 12 suitesdocs-contract ok (33 assertions, hermetic — no network)No version bump (docs + test only). No backend or deploy changes.
Supersedes #141 (already closed).
Fixes #134
Refs #130