fix(mcp): restore schema descriptions and regenerate schema#822
Open
BartWaardenburg wants to merge 2 commits into
Open
fix(mcp): restore schema descriptions and regenerate schema#822BartWaardenburg wants to merge 2 commits into
BartWaardenburg wants to merge 2 commits into
Conversation
4a6d648 to
7170975
Compare
Contributor
There was a problem hiding this comment.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'Fallow Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.
| Benchmark suite | Current: 0983cf0 | Previous: cab4ab3 | Ratio |
|---|---|---|---|
parse_single_file |
64164 ns/iter (± 406) |
37282 ns/iter (± 158) |
1.72 |
dupe_detect_2x500_identical |
235880 ns/iter (± 12319) |
142856 ns/iter (± 1940) |
1.65 |
dupe_detect_2x2000_identical |
1072238 ns/iter (± 11644) |
635362 ns/iter (± 14709) |
1.69 |
dupe_detect_100x200_mixed |
4356454 ns/iter (± 30216) |
2550490 ns/iter (± 16010) |
1.71 |
dupe_detect_100x200_mixed_focused |
4383980 ns/iter (± 26791) |
2576395 ns/iter (± 31927) |
1.70 |
dupe_detect_2x5000_identical |
3001302 ns/iter (± 9361) |
1733310 ns/iter (± 19658) |
1.73 |
This comment was automatically generated by workflow using github-action-benchmark.
The schema drift check was comparing the committed docs/output-schema.json against the current Rust-derived definitions and found mismatches after the comment cleanup. Regenerate the committed artifact from the schema emitter so the checked-in docs match the source of truth again.\n\nThis stays scoped to the generated schema file. The Rust sources themselves were already passing the drift test locally; the failing branch merge preview needed the committed artifact refreshed to match the current derived shape.
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.
Summary:
Validation: