Skip to content

WebMCP: make live page the actual MCP front door - #54

Merged
erinepshovel-code merged 4 commits into
mainfrom
agent/webmcp-live-front-door
Sep 2, 2026
Merged

erinepshovel-code merged 4 commits into
mainfrom
agent/webmcp-live-front-door

Conversation

@erinepshovel-code

Copy link
Copy Markdown
Contributor

Purpose

Make /webmcp/ the actual visible front door for both browser-native WebMCP and the live remote MCP server.

Fixes

  • restore the current WebMCP API: document.modelContext.registerTool(...)
  • expose the Render MCP endpoint and live health state on the page
  • add human-operable STATUS/LIST/FIND/INSPECT/RESOLVE CLOSURE controls backed by the same registry logic
  • allow the website origin to read the remote /health endpoint without widening MCP mutation authority
  • keep skill-lib as canonical skill authority

Usage

Open https://interdependentway.org/webmcp/. In any browser the human controls operate the registry. In a WebMCP-capable browser the same five operations register as tools. Remote MCP clients use https://the-interdependency-mcp.onrender.com/mcp.

hmmm

Write-capable operations remain outside the public v0 boundary.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 2, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-02T06:08:32.880040Z 4a8925c PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

Comment thread tests/webmcp.test.mjs
assert.match(page, /does not fake tool availability/);
assert.match(page, /The page is the provider/);
assert.match(page, /document\.modelContext\.registerTool/);
assert.match(page, /https:\/\/the-interdependency-mcp\.onrender\.com\/mcp/);
@erinepshovel-code
erinepshovel-code merged commit 97304de into main Sep 2, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants