webview-devtools-mcp AGENTS.md

Repository instructions for a WebView developer-tools project whose upstream code is maintained as stacked Git patches.

In plain words
What is it for?
Finding the project layout, building it, and safely modifying nested upstream packages without unnecessary cleanup.
Why use it?
They help keep changes small and preserve the patch structure, making updates to copied upstream projects easier to review and rebase.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/ilharp/webview-devtools-mcp/agents-md
Clone the repo
git clone --depth 1 https://github.com/ilharp/webview-devtools-mcp

Made for: Codex, OpenCode.

Per session 761 This file is loaded in full into every session.
When invoked 761 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00761 $0.00761
Opus 5 $0.00380 $0.00380
Sonnet 5 $0.00152 $0.00152
Haiku 4.5 $0.00076 $0.00076

Measured yesterday against content hash f2c8bc5e106e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

webview-devtools-mcp AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 38 lines

How it starts

The opening of the file, as written. The whole thing — 38 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Changes to upstream forks live as stgit patches — keep diffs minimal

packages/chrome-devtools-mcp, packages/chii, and packages/chobitsu are forks of upstream projects (each is its own nested git repo). Our modifications to them are not ordinary commits — they are a stacked-git (stg) patch stack, and the exported patch files live under patches/<package>/ in the root repo (the series file records patch order).

Implication: every change you make to an upstream-originated file in these forks ends up as a hunk in some patch. Therefore:

  • Make the smallest possible, logically-correct change. First inspect the baseline and your diff with git -C packages/<pkg> show HEAD:<file> / git -C packages/<pkg> diff, and leave untouched any line you don't have to change.
  • Do not "clean up" pre-existing upstream dead code, duplication, or style. That bloats the patch, makes it dirty, and makes rebasing onto a newer upstream harder. Touch only what your feature actually needs.
  • When you need a value for later use, prefer inlining or a minimal local extraction over adding large blocks near the top of the file (unless truly necessary).
  • For the packages/chobitsu package, put newly-written utility functions under packages/chobitsu/src/wdmcp/ whenever possible, rather than modifying the original files. This way you can freely edit the code in the wdmcp folder without being bound by the minimal-change constraint.

Which files you can freely rewrite

Files added by our patches (not upstream files) are owned by this project — normal editing or full rewrites are fine. How to tell: git -C packages/chrome-devtools-mcp log --oneline -- <file>, or check which patch in patches/chrome-devtools-mcp/ introduces it. Already in upstream = edit minimally; added by a patch = edit freely.

The patch stack is managed by hand

  • The stack is managed manually with the stg command line. There are no scripts / automation / build hooks that apply or refresh patches.
  • Do not run stg (push/pop/refresh/...), git commit inside the nested forks, or modify files under patches/, unless the user explicitly asks. The maintainer folds working-tree changes into the patch stack themselves with stg.
  • Your job is usually: get the source into a correct, minimal shape and leave it in the working tree. Turning it into a patch is the maintainer's step.

Read the full file on GitHub · 38 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 38 lines · 761 tokens per session scan A f2c8bc5e106e

Subscribe to this mod's changes

webview-devtools-mcp AGENTS.md is an instructions file published in the GitHub repository ilharp/webview-devtools-mcp (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 761 tokens to every session, about $0.0038 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.