Skip to content

fix(compile): downgrade AWF for host access#1526

Merged
jamesadevine merged 2 commits into
mainfrom
copilot/fix-mcp-tools-access
Jul 15, 2026
Merged

fix(compile): downgrade AWF for host access#1526
jamesadevine merged 2 commits into
mainfrom
copilot/fix-mcp-tools-access

Conversation

Copilot AI commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Summary

ado-aw 0.45 generated AWF invocations that rely on --enable-host-access, but pinned AWF 0.27.32, where the new default network isolation breaks the sandbox → host MCPG path used by standalone pipelines.

  • Downgrade the pinned AWF version to the last known-compatible release:
    pub const AWF_VERSION: &str = "0.27.9";
  • Add compiler regression coverage to ensure generated YAML uses AWF 0.27.9 and does not regress to 0.27.32.

Test plan

  • cargo build
  • cargo test --test compiler_tests test_compiled_output_no_unreplaced_markers
  • cargo test
  • cargo clippy --all-targets --all-features

Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix MCP tools access for standalone target in ado-aw fix(compile): downgrade AWF for host access Jul 15, 2026
Copilot AI requested a review from jamesadevine July 15, 2026 14:00
@jamesadevine
jamesadevine marked this pull request as ready for review July 15, 2026 14:01
@jamesadevine
jamesadevine merged commit 663d9c0 into main Jul 15, 2026
@jamesadevine
jamesadevine deleted the copilot/fix-mcp-tools-access branch July 15, 2026 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants