• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dcdpr / jp / 24393863802
67%

Build:
DEFAULT BRANCH: main
Ran 14 Apr 2026 10:28AM UTC
Jobs 1
Files 268
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Apr 2026 10:23AM UTC coverage: 65.514% (+0.08%) from 65.431%
24393863802

push

github

web-flow
chore(tools): Add section discovery and targeted fetch to `web_fetch` (#552)

Two new optional parameters extend the `web_fetch` tool to support
navigating large documentation pages without fetching everything at
once.

`list_sections` returns a compact XML listing of every headed section on
the page. Each entry includes the section's anchor ID, heading level,
title, and a short content preview. Five heading-ID resolution patterns
are supported: `id` on the heading itself, `id` on a parent element, a
permalink child anchor, a child element with `id`, and a preceding
sibling anchor.

`sections` accepts a list of anchor IDs returned by `list_sections` and
returns only the HTML content under those headings, converted to
Markdown. This significantly reduces output size when only specific
parts of a page are needed.

Typical workflow:

```json
{"url": "https://docs.rs/tokio/latest/tokio/", "list_sections": true}
{"url": "https://docs.rs/tokio/latest/tokio/", "sections": ["modules", "macros"]}
```

The tool definition in `.jp/mcp/tools/web/fetch.toml` is updated to
expose both parameters with descriptions and examples.

Signed-off-by: Jean Mertz <git@jeanmertz.com>

142 of 180 new or added lines in 2 files covered. (78.89%)

2 existing lines in 2 files now uncovered.

21854 of 33358 relevant lines covered (65.51%)

172.72 hits per line

Uncovered Changes

Lines Coverage ∆ File
32
69.86
12.56% .config/jp/tools/src/web/fetch.rs
6
0.0
0.0% .config/jp/tools/src/web.rs

Coverage Regressions

Lines Coverage ∆ File
1
69.86
12.56% .config/jp/tools/src/web/fetch.rs
1
0.0
0.0% .config/jp/tools/src/web.rs
Jobs
ID Job ID Ran Files Coverage
1 24393863802.1 14 Apr 2026 10:28AM UTC 268
65.51
GitHub Action Run
Source Files on build 24393863802
  • Tree
  • List 268
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24393863802
  • 0977c951 on github
  • Prev Build on main (#24386672845)
  • Next Build on main (#24400078632)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc