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

stacklok / toolhive / 27287296714
67%

Build:
DEFAULT BRANCH: main
Ran 10 Jun 2026 03:38PM UTC
Jobs 1
Files 751
Run time 2min
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

10 Jun 2026 03:32PM UTC coverage: 66.42% (+0.1%) from 66.323%
27287296714

push

github

web-flow
Wire RFC 9728 discovery into HTTP and stdio transports (#5479)

* Wire RFC 9728 discovery into HTTP and stdio transports

All three transport backends (SSE, streamable HTTP, stdio) now accept
an optional authInfoHandler for OAuth protected resource metadata
(RFC 9728) and a prefixHandlers map for routes that must be reachable
outside the auth middleware chain.

The /.well-known/ path is always registered so OAuth clients receive a
clean JSON 404 when auth is off rather than Go's default plain-text 404.
The factory forwards both settings from Config to the StdioTransport it
creates.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Address review feedback on transport auth discovery tests

- Replace context.Background() with t.Context() at all Start(ctx) call
  sites in the four new proxy test files (t.Cleanup closures keep
  context.Background() since t.Context() is already cancelled there)
- Consolidate six flat factory-Create tests into one table-driven test
- Add TestNew{HTTPSSEProxy,HTTPProxy}_ExactWellKnownBeatsSubtree to pin
  the ServeMux specificity invariant: an exact /.well-known/* prefix
  handler from the embedded AS must win over the /.well-known/ subtree
  PRM mount, and oauth-protected-resource must still reach the PRM handler

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

48 of 56 new or added lines in 4 files covered. (85.71%)

7 existing lines in 3 files now uncovered.

67490 of 101611 relevant lines covered (66.42%)

63.56 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
49.38
5.6% pkg/transport/stdio.go

Coverage Regressions

Lines Coverage ∆ File
3
71.85
-1.11% pkg/ignore/processor.go
2
96.47
0.0% pkg/authserver/storage/memory.go
2
94.77
-1.31% pkg/vmcp/composer/dag_executor.go
Jobs
ID Job ID Ran Files Coverage
1 27287296714.1 10 Jun 2026 03:38PM UTC 751
66.42
GitHub Action Run
Source Files on build 27287296714
  • Tree
  • List 751
  • Changed 9
  • Source Changed 4
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27287296714
  • c8131530 on github
  • Prev Build on main (#27285500883)
  • Next Build on main (#27292560032)
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