Serve RFC 9728 protected resource metadata for the MCP endpoint - #1185
Merged
Conversation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
jviotti
marked this pull request as ready for review
August 1, 2026 00:22
|
This pull request is abnormally large and would use a significant amount of tokens to review. If you still wish to review it, comment "augment review" and we will review it. |
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: 18ba4e1 | Previous: a41c681 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
316 ms |
265 ms |
1.19 |
Add one schema (100 existing) |
33 ms |
30 ms |
1.10 |
Add one schema (1000 existing) |
105 ms |
99 ms |
1.06 |
Add one schema (10000 existing) |
942 ms |
917 ms |
1.03 |
Update one schema (1 existing) |
24 ms |
19 ms |
1.26 |
Update one schema (101 existing) |
34 ms |
30 ms |
1.13 |
Update one schema (1001 existing) |
108 ms |
100 ms |
1.08 |
Update one schema (10001 existing) |
950 ms |
924 ms |
1.03 |
Cached rebuild (1 existing) |
9 ms |
6 ms |
1.50 |
Cached rebuild (101 existing) |
12 ms |
9 ms |
1.33 |
Cached rebuild (1001 existing) |
43 ms |
33 ms |
1.30 |
Cached rebuild (10001 existing) |
384 ms |
297 ms |
1.29 |
Index 100 schemas |
474 ms |
517 ms |
0.92 |
Index 1000 schemas |
1546 ms |
1140 ms |
1.36 |
Index 10000 schemas |
14275 ms |
12623 ms |
1.13 |
Index 10000 schemas (custom meta-schema) |
16865 ms |
14654 ms |
1.15 |
Index 10000 schemas ($ref fan-out) |
16985 ms |
15471 ms |
1.10 |
This comment was automatically generated by workflow using github-action-benchmark.
Contributor
There was a problem hiding this comment.
Benchmark Index (enterprise)
Details
| Benchmark suite | Current: 18ba4e1 | Previous: a41c681 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
403 ms |
379 ms |
1.06 |
Add one schema (100 existing) |
106 ms |
104 ms |
1.02 |
Add one schema (1000 existing) |
163 ms |
174 ms |
0.94 |
Add one schema (10000 existing) |
879 ms |
919 ms |
0.96 |
Update one schema (1 existing) |
97 ms |
96 ms |
1.01 |
Update one schema (101 existing) |
103 ms |
120 ms |
0.86 |
Update one schema (1001 existing) |
164 ms |
159 ms |
1.03 |
Update one schema (10001 existing) |
865 ms |
907 ms |
0.95 |
Cached rebuild (1 existing) |
9 ms |
7 ms |
1.29 |
Cached rebuild (101 existing) |
12 ms |
8 ms |
1.50 |
Cached rebuild (1001 existing) |
37 ms |
26 ms |
1.42 |
Cached rebuild (10001 existing) |
326 ms |
223 ms |
1.46 |
Index 100 schemas |
696 ms |
613 ms |
1.14 |
Index 1000 schemas |
1606 ms |
1690 ms |
0.95 |
Index 10000 schemas |
13852 ms |
14220 ms |
0.97 |
Index 10000 schemas (custom meta-schema) |
16750 ms |
15924 ms |
1.05 |
Index 10000 schemas ($ref fan-out) |
16834 ms |
19961 ms |
0.84 |
This comment was automatically generated by workflow using github-action-benchmark.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Juan Cruz Viotti jv@jviotti.com