Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"$schema": "https://json.schemastore.org/claude-code-marketplace.json",
"name": "ora",
"description": "Ora plugins for making products agent-ready, starting with WebMCP.",
"owner": { "name": "Ora", "url": "https://github.com/eralabs-ai" },
"owner": { "name": "Ora", "url": "https://github.com/ora" },
"metadata": {
"homepage": "https://github.com/eralabs-ai/webmcp",
"repository": "https://github.com/eralabs-ai/webmcp"
"homepage": "https://github.com/ora/webmcp",
"repository": "https://github.com/ora/webmcp"
},
"plugins": [
{
"name": "webmcp",
"source": "./",
"version": "0.1.0",
"description": "Get a website ready for AI agents with WebMCP: audit agent-readiness, propose page tools, implement them on document.modelContext, and verify them in a real browser.",
"author": { "name": "Ora", "url": "https://github.com/eralabs-ai" },
"homepage": "https://github.com/eralabs-ai/webmcp",
"repository": "https://github.com/eralabs-ai/webmcp",
"author": { "name": "Ora", "url": "https://github.com/ora" },
"homepage": "https://github.com/ora/webmcp",
"repository": "https://github.com/ora/webmcp",
"keywords": ["webmcp", "model-context", "browser-agents", "agent-ready", "ora"],
"category": "development",
"license": "MIT"
Expand Down
6 changes: 3 additions & 3 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"displayName": "WebMCP",
"version": "0.1.0",
"description": "Get a website ready for AI agents with WebMCP: audit agent-readiness, propose page tools, implement them on document.modelContext, and verify them in a real browser.",
"author": { "name": "Ora", "url": "https://github.com/eralabs-ai" },
"homepage": "https://github.com/eralabs-ai/webmcp",
"repository": "https://github.com/eralabs-ai/webmcp",
"author": { "name": "Ora", "url": "https://github.com/ora" },
"homepage": "https://github.com/ora/webmcp",
"repository": "https://github.com/ora/webmcp",
"license": "MIT",
"keywords": [
"webmcp",
Expand Down
8 changes: 4 additions & 4 deletions .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "webmcp",
"version": "0.1.0",
"description": "Get a website ready for AI agents with WebMCP: audit agent-readiness, propose page tools, implement them on document.modelContext, and verify them in a real browser.",
"author": { "name": "Ora", "url": "https://github.com/eralabs-ai" },
"homepage": "https://github.com/eralabs-ai/webmcp",
"repository": "https://github.com/eralabs-ai/webmcp",
"author": { "name": "Ora", "url": "https://github.com/ora" },
"homepage": "https://github.com/ora/webmcp",
"repository": "https://github.com/ora/webmcp",
"license": "MIT",
"keywords": [
"webmcp",
Expand All @@ -22,7 +22,7 @@
"developerName": "Ora",
"category": "Productivity",
"capabilities": ["Read", "Write"],
"websiteURL": "https://github.com/eralabs-ai/webmcp",
"websiteURL": "https://github.com/ora/webmcp",
"defaultPrompt": [
"Audit this website's agent-readiness and propose WebMCP tools.",
"Make this app WebMCP-compatible and verify the tools in a browser."
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Security vulnerability
url: https://github.com/eralabs-ai/webmcp/security/advisories/new
url: https://github.com/ora/webmcp/security/advisories/new
about: Report security issues privately — never in a public issue.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ a small MIT library, [`@ora-ai/webmcp-bridge`](packages/webmcp-bridge/README.md)
**Claude Code**

```
/plugin marketplace add eralabs-ai/webmcp
/plugin marketplace add ora/webmcp
/plugin install webmcp@ora
```

**Codex**

```
codex plugin marketplace add eralabs-ai/webmcp
codex plugin marketplace add ora/webmcp
codex plugin add webmcp
```

**Cursor / skills.sh**

```
npx skills add eralabs-ai/webmcp
npx skills add ora/webmcp
```

## What you get
Expand Down Expand Up @@ -126,7 +126,7 @@ your site at [ora.ai](https://ora.ai), or from the terminal:
`npx @ora-ai/ax audit your-site.com`.

Ora is a product of Era Labs; the GitHub org is
[eralabs-ai](https://github.com/eralabs-ai).
[ora](https://github.com/ora).

## License

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Reporting a vulnerability

Please report vulnerabilities privately via GitHub's
[private vulnerability reporting](https://github.com/eralabs-ai/webmcp/security/advisories/new)
[private vulnerability reporting](https://github.com/ora/webmcp/security/advisories/new)
("Report a vulnerability" under the repo's Security tab).

Do **not** open a public issue for a security problem.
Expand Down
4 changes: 2 additions & 2 deletions docs/specs/2026-08-30-webmcp-plugin-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Status: approved (design reviewed in-session)

## What this is

A coding-agent plugin, published from `eralabs-ai/webmcp`, that makes websites
A coding-agent plugin, published from `ora/webmcp`, that makes websites
WebMCP-compatible: it teaches an agent (Claude Code, Codex, or any skills.sh
host) to audit a web app for agent-readiness, propose page tools, implement
them against the standard `document.modelContext` API, and verify them in a
real browser.

Brand: **ora** (plugin name `webmcp`, marketplace name `ora`, author Ora,
`https://github.com/eralabs-ai`).
`https://github.com/ora`).

## Decisions (locked with the user)

Expand Down
2 changes: 1 addition & 1 deletion packages/webmcp-bridge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ endpoint from the browser, discovers its tools, and registers each one on
`document.modelContext`, so in-browser AI agents can call the tools you
already ship. Built on the official `@modelcontextprotocol/sdk`. MIT.

Part of the [webmcp plugin](https://github.com/eralabs-ai/webmcp) by
Part of the [webmcp plugin](https://github.com/ora/webmcp) by
[ora](https://ora.ai).

## Install
Expand Down
8 changes: 4 additions & 4 deletions packages/webmcp-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"agent-ready",
"ora"
],
"homepage": "https://github.com/eralabs-ai/webmcp/tree/main/packages/webmcp-bridge",
"homepage": "https://github.com/ora/webmcp/tree/main/packages/webmcp-bridge",
"bugs": {
"url": "https://github.com/eralabs-ai/webmcp/issues"
"url": "https://github.com/ora/webmcp/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eralabs-ai/webmcp.git",
"url": "git+https://github.com/ora/webmcp.git",
"directory": "packages/webmcp-bridge"
},
"license": "MIT",
"author": "Ora (https://github.com/eralabs-ai)",
"author": "Ora (https://github.com/ora)",
"type": "module",
"sideEffects": false,
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webmcp-verify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ registered on `document.modelContext`, lints the registrations, and can
execute a tool exactly the way an agent would (`getTools` +
`executeTool`). No Canary, no manual flags, no console pasting.

Part of the [webmcp plugin](https://github.com/eralabs-ai/webmcp) by
Part of the [webmcp plugin](https://github.com/ora/webmcp) by
[Ora](https://ora.ai). MIT.

## Use
Expand Down
8 changes: 4 additions & 4 deletions packages/webmcp-verify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"agent-ready",
"ora"
],
"homepage": "https://github.com/eralabs-ai/webmcp/tree/main/packages/webmcp-verify",
"homepage": "https://github.com/ora/webmcp/tree/main/packages/webmcp-verify",
"bugs": {
"url": "https://github.com/eralabs-ai/webmcp/issues"
"url": "https://github.com/ora/webmcp/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eralabs-ai/webmcp.git",
"url": "git+https://github.com/ora/webmcp.git",
"directory": "packages/webmcp-verify"
},
"license": "MIT",
"author": "Ora (https://github.com/eralabs-ai)",
"author": "Ora (https://github.com/ora)",
"type": "module",
"bin": {
"webmcp-verify": "./dist/cli.js"
Expand Down
Loading