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

dcdpr / jp / 20415823485
58%

Build:
DEFAULT BRANCH: main
Ran 21 Dec 2025 09:09PM UTC
Jobs 1
Files 168
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

21 Dec 2025 09:07PM UTC coverage: 51.398% (-0.06%) from 51.458%
20415823485

push

github

web-flow
perf(mcp): parallelize server initialization (#327)

Refactors the MCP client to initialize servers concurrently using a
`tokio::JoinSet`, reducing startup latency for the query command when
multiple servers are active.

- Wraps the internal server configuration map in `Arc<Mutex<...>>` to
support concurrent access during initialization.
- Updates `run_services` to spawn initialization tasks on the provided
runtime handle and return a `JoinSet`.
- Adjusts `Ctx::configure_active_mcp_servers` and the `query` command to
await the parallel completion of server startup tasks.

---------

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

1 of 44 new or added lines in 3 files covered. (2.27%)

5 existing lines in 3 files now uncovered.

8806 of 17133 relevant lines covered (51.4%)

132.98 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
26.93
-0.06% crates/jp_cli/src/cmd/query.rs
10
0.0
0.0% crates/jp_cli/src/ctx.rs
30
4.81
-0.4% crates/jp_mcp/src/client.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
26.93
-0.06% crates/jp_cli/src/cmd/query.rs
2
0.0
0.0% crates/jp_cli/src/ctx.rs
2
4.81
-0.4% crates/jp_mcp/src/client.rs
Jobs
ID Job ID Ran Files Coverage
1 20415823485.1 21 Dec 2025 09:09PM UTC 168
51.4
GitHub Action Run
Source Files on build 20415823485
  • Tree
  • List 168
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20415823485
  • b616b8f9 on github
  • Prev Build on main (#20415670467)
  • Next Build on main (#20416384001)
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