Add autonomous ASSERT MCP server - #332
Draft
Aaron Aspinwall (AaronAspinwall123) wants to merge 18 commits into
Draft
Add autonomous ASSERT MCP server#332Aaron Aspinwall (AaronAspinwall123) wants to merge 18 commits into
Aaron Aspinwall (AaronAspinwall123) wants to merge 18 commits into
Conversation
Introduce the optional MCP server package, lazy CLI entry points, typed server discovery, capability modes, and in-memory plus stdio protocol coverage. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cb4bac77-8743-43a4-8f2f-d1f7184cb965
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cb4bac77-8743-43a4-8f2f-d1f7184cb965
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cb4bac77-8743-43a4-8f2f-d1f7184cb965
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cb4bac77-8743-43a4-8f2f-d1f7184cb965
Persist lightweight run and suite summaries, build stale-aware JSONL indexes, and expose paginated result queries and comparisons through a shared repository used by the CLI. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cb4bac77-8743-43a4-8f2f-d1f7184cb965
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cb4bac77-8743-43a4-8f2f-d1f7184cb965
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cb4bac77-8743-43a4-8f2f-d1f7184cb965
Expose typed config validation, ETag saves, pure run planning, model-backed design, and isolated target probing through explicit MCP capability groups. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cb4bac77-8743-43a4-8f2f-d1f7184cb965
Integrate upstream scenario presets, permissibility metrics, and sandbox targets across the canonical config, strict MCP containment, preflight, probing, and discovery surfaces. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cb4bac77-8743-43a4-8f2f-d1f7184cb965
Add idempotent SQLite-backed jobs, isolated snapshot workers, bounded diagnostics, and start/list/get MCP tools with operator queue controls. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cb4bac77-8743-43a4-8f2f-d1f7184cb965
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cb4bac77-8743-43a4-8f2f-d1f7184cb965
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cb4bac77-8743-43a4-8f2f-d1f7184cb965
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cb4bac77-8743-43a4-8f2f-d1f7184cb965
Bind persisted requests and reusable artifacts to immutable hashes, harden portable output identities and trace execution policy, and preserve curation and trace-result integrity across retries and recovery. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cb4bac77-8743-43a4-8f2f-d1f7184cb965
Increase the Tier 1 timeout so fresh dependency resolution does not consume the entire job budget before the repository test suite starts. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cb4bac77-8743-43a4-8f2f-d1f7184cb965
Run Tier 1 against the supported MCP v2 environment instead of combining it with Phoenix dependencies that still require MCP v1. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cb4bac77-8743-43a4-8f2f-d1f7184cb965
Assert that inference-only preflight exposes the exact immutable test-set version later bound into the persisted job request. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cb4bac77-8743-43a4-8f2f-d1f7184cb965
Mark sanitized application failures as SDK ToolError instances so MCP 2.1 returns their stable model-correctable payload while continuing to redact unexpected crashes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cb4bac77-8743-43a4-8f2f-d1f7184cb965
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
Remaining work