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

dangernoodle-io / mcpkit / 29207509434
96%

Build:
DEFAULT BRANCH: main
Ran 12 Jul 2026 08:20PM UTC
Jobs 1
Files 40
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

12 Jul 2026 08:19PM UTC coverage: 96.172% (+0.1%) from 96.036%
29207509434

push

github

web-flow
feat(mcpkit): runtime group lock/unlock — App.Lock/Unlock (MC-45) (#28)

- add registry.locked (runtime, per-group soft lock, distinct from the
  permanent startup gate) plus the shared shouldRegister predicate
  (!gateBlocked && !locked) finalize/lockGroup/unlockGroup all consult
- App.Lock removes a group's currently-registered tools from the live
  server (firing notifications/tools/list_changed) and blocks the group's
  pending tools from future (re)registration
- App.Unlock re-registers a locked group's pending tools, but only those
  shouldRegister still allows — a startup-gate-hard-blocked tool (e.g. a
  Write tool under ReadOnlyMode) is never resurrected
- finalize no longer clears pending, and MC-43/44 never did either — Lock
  before start now simply makes finalize skip the group, keeping its
  closures around for a later Unlock
- Lock/Unlock on a startup-gate-hard-blocked group return an error; the
  hard block always wins and can't be runtime-toggled
- both are idempotent and callable before or after Run/Connect/HTTPHandler,
  which is what lets a consumer start a group locked and unlock it
  mid-session (the lazy tier)
- all mutated state (locked, byGroup, pending, started, gate) stays under
  reg.mu, mirroring finalize's existing lock ordering

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

53 of 53 new or added lines in 1 file covered. (100.0%)

1432 of 1489 relevant lines covered (96.17%)

1.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29207509434.1 12 Jul 2026 08:20PM UTC 40
96.17
GitHub Action Run
Source Files on build 29207509434
  • Tree
  • List 40
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29207509434
  • d6dcf95d on github
  • Prev Build on main (#29206916463)
  • Next Build on main (#29208026117)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc