You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -479,7 +479,7 @@ Used by the execute command's --source parameter.
479
479
480
480
## {{ pipeline_path }}
481
481
482
-
Should be replaced with the path to the compiled pipeline YAML file for runtime integrity checking. The path is derived from the output path's filename and uses `{{ workspace }}` as the base (which gets resolved before this placeholder):
482
+
Should be replaced with the path to the compiled pipeline YAML file for runtime integrity checking. The path is derived from the output path's filename and uses `{{ working_directory }}` as the base (which gets resolved before this placeholder):
A `checksums.txt` file is also downloaded and verified via `sha256sum -c checksums.txt --ignore-missing` to ensure binary integrity.
626
622
623
+
## {{ copilot_version }}
624
+
625
+
Should be replaced with the pinned version of the `Microsoft.Copilot.CLI.linux-x64` NuGet package (defined as `COPILOT_CLI_VERSION` constant in `src/compile/common.rs`). This version is used in the pipeline step that installs the Copilot CLI tool from Azure Artifacts.
The following markers are specific to the 1ES target (`target: 1es`) and are not used in standalone pipelines:
@@ -946,6 +951,7 @@ mcp-servers:
946
951
**For built-in MCPs:**
947
952
- `true`- Enable with all default functions
948
953
- `allowed:`- Array of function names to restrict available tools
954
+
- `service-connection:`- (1ES target only) Override the service connection name used for this MCP. If not specified, defaults to `mcp-<name>-service-connection` (e.g., `mcp-ado-service-connection` for the `ado` MCP)
949
955
950
956
**For custom MCPs (requires `command:`):**
951
957
- `command:`- The executable to run (e.g., `"node"`, `"python"`, `"dotnet"`)
0 commit comments