Commit aadda24
Ship a pre-bundled upstream-registry schema variant
Adds a `upstream-registry.bundled.schema.json` release asset alongside
the raw schema. The bundled version replaces the two remote $refs to
the MCP server schema with inline placeholder objects that carry the
schema URL in their descriptions.
Motivation: JSON-Schema viewer plugins (in particular the one used by
stacklok/docs-website) cannot resolve remote $refs at render time, so
they currently run a post-download bundling step themselves. Shipping
a pre-bundled variant lets them skip that step. The raw schema stays
as the canonical source — existing consumers are unaffected.
Purely additive: one new release asset, no changes to the existing
uploads. Uses jq (already on the runner) — no new dependencies or
tooling in this repo.
Paired with the docs-website automation rollup in
stacklok/docs-website#748.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 6969c6f commit aadda24
1 file changed
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
21 | 45 | | |
22 | 46 | | |
23 | 47 | | |
24 | 48 | | |
25 | 49 | | |
26 | 50 | | |
27 | 51 | | |
| 52 | + | |
28 | 53 | | |
29 | 54 | | |
30 | 55 | | |
0 commit comments