read
Mark GitHub PR notifications as read by specifying a PR URL or marking all as read.
Instructions
Mark PR notifications as read. Requires either prUrl or all to be specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prUrl | No | Full GitHub PR URL to mark as read. Omit to use --all instead. | |
| all | No | If true, mark all PRs as read |
Implementation Reference
- packages/mcp-server/src/tools.ts:227-229 (registration)The 'read' tool was removed in v4 (#1133). It was a v1→v2 stub that was deleted. There is no current implementation of a tool named 'read'.
// The v1→v2 `untrack` and `read` stubs were removed in v4 (#1133). Use // `shelve`/`unshelve` to hide PRs from the daily digest. MCP clients that // hard-coded these tool names will get a "tool not found" error.