Skip to content

Commit 4ca8aff

Browse files
docs(prompts): fix stale mcp-http references in debug guide (#1654)
1 parent 58f2f2f commit 4ca8aff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

prompts/debug-ado-agentic-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ network:
279279
allowed:
280280
- missing_tool_name # ← add the tool here
281281
```
282-
- **SafeOutputs HTTP server not responding**: The `ado-aw mcp-http` process crashed or didn't start. Check for port conflicts on 8100.
282+
- **SafeOutputs MCP not responding**: The `ado-aw mcp` stdio container (spawned by MCPG) crashed or failed to start. Check the MCPG container logs for the SafeOutputs child process exit code and stderr output.
283283
- **Environment variable passthrough**: MCP container needs a secret but it's not reaching it. Verify `env:` mapping:
284284
```yaml
285285
env:
@@ -380,7 +380,7 @@ If genuinely a false positive, adjust the agent's instructions to produce output
380380
- **Agent didn't call any safe-output tools**: Check agent instructions — does the prompt clearly tell the agent which safe-output tool to use and when?
381381
- **Agent used `noop`**: This is expected when no action is needed. Check if the agent's `noop` context explains why.
382382
- **Agent used `report-incomplete` or `missing-tool`**: The agent couldn't complete the task. Check the diagnostic output for what was missing.
383-
- **MCP routing misconfigured**: SafeOutputs MCP wasn't reachable from the agent. Check MCPG configuration and the `mcp-http` process logs.
383+
- **MCP routing misconfigured**: SafeOutputs MCP wasn't reachable from the agent. Check MCPG configuration and the MCPG container logs (the `ado-aw mcp` stdio server runs as a child of MCPG, not as a separate HTTP process).
384384

385385
---
386386

0 commit comments

Comments
 (0)