Skip to content

Commit a22c643

Browse files
authored
feat: enable mcp-cli and mount-as-clis for 80 percent of workflows (#26715)
1 parent a068e3e commit a22c643

306 files changed

Lines changed: 4268 additions & 2107 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ace-editor.lock.yml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ace-editor.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
});
3838
features:
3939
mcp-cli: true
40+
41+
tools:
42+
mount-as-clis: true
4043
---
4144

4245
Classic action that generates an ACE editor session link on pull request comment slash command.

.github/workflows/agent-performance-analyzer.lock.yml

Lines changed: 33 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/agent-performance-analyzer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99
actions: read
1010
engine: copilot
1111
tools:
12+
mount-as-clis: true
1213
agentic-workflows:
1314
github:
1415
toolsets: [default, actions, repos]
@@ -31,6 +32,7 @@ safe-outputs:
3132
max: 10
3233
timeout-minutes: 30
3334
features:
35+
mcp-cli: true
3436
copilot-requests: true
3537
---
3638

0 commit comments

Comments
 (0)