Skip to content

0x7067/jev-browse

v0.11.0MIT

TypeSafe Jev drives a real browser: one goal, an indexed action space, one systemOne decision per step. Exposes the jev_browse MCP tool.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

jevstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/bundled/mcp.mjs"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "jev-browse",
  "version": "0.11.0",
  "description": "TypeSafe Jev drives a real browser: one goal, an indexed action space, one systemOne decision per step. Exposes the jev_browse MCP tool.",
  "license": "MIT",
  "author": {
    "name": "0x7067"
  },
  "homepage": "https://github.com/0x7067/jev-browse",
  "repository": "https://github.com/0x7067/jev-browse",
  "keywords": ["browser", "automation", "typesafe", "jev", "agent"],
  "extensions": {
    "works.earendil.pi": {
      "extension": "integrations/pi/index.ts"
    },
    "ai.opencode": {
      "plugin": "integrations/opencode/jev-browse.ts"
    },
    "com.openai": {
      "interface": {
        "displayName": "Jev Drive",
        "shortDescription": "TypeSafe Jev drives a real browser toward one goal",
        "category": "Developer Tools"
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • ai.opencode
  • com.openai
  • works.earendil.pi