Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ not found" failure mode.
agent on that runner needs `az`) or to install `azure-cli` on the
runner image.

See [`docs/tools.md`](tools.md#built-in-clis) for the agent-facing
See [`docs/tools.md`](tools.md#host-provided-clis) for the agent-facing
contract (auth scope, available subcommands).

## Renewable Azure authentication for MCP servers
Expand Down
8 changes: 4 additions & 4 deletions docs/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ subcommands. When configured, use `tools.azure-devops` for authenticated ADO
reads. Do not run `az login` or inject Azure credentials into the Agent
sandbox; use SafeOutputs or request a supported tool instead.

A daily smoke pipeline at
[`tests/safe-outputs/azure-cli.md`](../tests/safe-outputs/azure-cli.md)
exercises binary/subcommand availability without claiming authenticated direct
ADO access.
A smoke pipeline at
[`tests/smoke/ado-proxy.md`](../tests/smoke/ado-proxy.md)
exercises the wrapped `az` path (`az devops`, `az rest`) against the
credential-isolated proxy without claiming unauthenticated direct ADO access.

### GitHub CLI (`gh`)

Expand Down