Name Description Size Coverage
build_url.py Open a prefilled Bugzilla enter_bug.cgi form for a good-first-bug. There is no MCP tool to create Bugzilla bugs: the user submits each bug from the form this opens in their browser. A prefilled form carries the whole bug body percent-encoded in its query string, which puts the URL past the length at which a terminal stops linkifying it (2413 and 2635 characters for two ordinary good-first-bugs). Pasting one into a chat reply then gives the reader an unclickable wall of `%20` -- hence opening it here rather than printing it. Shortening the bug body is not the answer: a good-first-bug has to be self-sufficient. `--print-url` is the fallback for a headless host. 5097 -