Add typed reporting for Vally experiments - #3220
Draft
Larry Osterman (LarryOsterman) wants to merge 10 commits into
Draft
Add typed reporting for Vally experiments#3220Larry Osterman (LarryOsterman) wants to merge 10 commits into
Larry Osterman (LarryOsterman) wants to merge 10 commits into
Conversation
|
Azure Pipelines: 1 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Larry Osterman (LarryOsterman)
force-pushed
the
larryosterman-larryo-evaluation-reporting
branch
from
August 5, 2026 21:28
339e192 to
03020d3
Compare
Larry Osterman (LarryOsterman)
force-pushed
the
larryosterman-larryo-evaluation-reporting
branch
from
August 6, 2026 17:55
11393ac to
e5dfb3f
Compare
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…README Co-authored-by: LarryOsterman <8220172+LarryOsterman@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: LarryOsterman <8220172+LarryOsterman@users.noreply.github.com>
Larry Osterman (LarryOsterman)
force-pushed
the
larryosterman-larryo-evaluation-reporting
branch
from
August 6, 2026 22:01
e5dfb3f to
5b9bed0
Compare
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: LarryOsterman <8220172+LarryOsterman@users.noreply.github.com>
Larry Osterman (LarryOsterman)
force-pushed
the
larryosterman-larryo-evaluation-reporting
branch
from
August 7, 2026 22:05
5b9bed0 to
ec26329
Compare
…ithub.com/microsoft/mcp into larryosterman-larryo-evaluation-reporting
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.
What does this PR do?
Moves Vally experiment post-processing from PowerShell into a typed TypeScript reporter plugin so reporter API changes fail at compile time and experiment results have a reusable, dashboard-ready contract.
The reporter records per-experiment JSON and Markdown artifacts, aggregates all selected tools and iterations into consolidated summaries, compares each candidate against baseline, and ranks every variant including baseline.
Invoke-VallyEval.ps1now focuses on orchestration, keeps reporter dependencies current from the lockfile, rebuilds the reporter for every invocation, and reports aggregation failures on the error stream.The Vally README documents the version 2 output schema, field semantics, effectiveness categories, ordering, and cross-repository consumption requirements. Validation included reporter unit tests, Azure MCP Server build, spelling checks, report-only reconstruction, and an Event Hubs evaluation run.
GitHub issue number?
N/A
Pre-merge Checklist
servers/Azure.Mcp.Server/README.mdand/orservers/Fabric.Mcp.Server/README.mddocumentationREADME.mdchanges running the script./eng/scripts/Process-PackageReadMe.ps1. See Package READMEToolDescriptionEvaluatorand obtained a score of0.4or more and a top 3 ranking for all related test promptsconsolidated-tools.jsonbreaking-changelabelservers/Azure.Mcp.Server/docs/azmcp-commands.md./eng/scripts/Update-AzCommandsMetadata.ps1to update tool metadata inazmcp-commands.md(required for CI)servers/Azure.Mcp.Server/docs/e2eTestPrompts.mdcrypto mining, spam, data exfiltration, etc.)/azp run mcp - pullrequest - liveto run Live Test PipelineInvoking Livetests
Copilot submitted PRs are not trustworthy by default. Users with
writeaccess to the repo need to validate the contents of this PR before leaving a comment with the text/azp run mcp - pullrequest - live. This will trigger the necessary livetest workflows to complete required validation.