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
The gh aw mcp-server does not expose the audit tool, even though audit is a core CLI command (gh aw audit). When running gh aw mcp-server --help, only status, compile, and logs are listed as available MCP tools. This means workflows and agents using the MCP interface cannot access audit functionality.
Command/Tool
Tool: audit (missing)
Command: gh aw mcp-server --help
Steps to Reproduce
Run gh aw mcp-server --help
Observe the listed tools: status, compile, logs
Note that audit is absent
Compare with gh aw --help which lists audit as a top-level command
Expected Behavior
audit should be exposed as an MCP tool, consistent with the other commands.
Actual Behavior
audit is not listed in gh aw mcp-server --help and is not accessible via the MCP interface.
Environment
Repository: github/gh-aw
Run ID: 29895608013
Date: 2026-07-22
Impact
Severity: Medium
Frequency: Always
Workaround: Use gh aw audit CLI directly (requires GitHub auth)
Additional Context
Discovered during daily exploratory testing of the audit, logs, and compile tools via the agentic-workflows MCP server. The test workflow was unable to use audit through the MCP interface.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
models.dev
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
Problem Description
The
gh aw mcp-serverdoes not expose theaudittool, even thoughauditis a core CLI command (gh aw audit). When runninggh aw mcp-server --help, onlystatus,compile, andlogsare listed as available MCP tools. This means workflows and agents using the MCP interface cannot access audit functionality.Command/Tool
gh aw mcp-server --helpSteps to Reproduce
gh aw mcp-server --helpstatus,compile,logsauditis absentgh aw --helpwhich listsauditas a top-level commandExpected Behavior
auditshould be exposed as an MCP tool, consistent with the other commands.Actual Behavior
auditis not listed ingh aw mcp-server --helpand is not accessible via the MCP interface.Environment
Impact
gh aw auditCLI directly (requires GitHub auth)Additional Context
Discovered during daily exploratory testing of the
audit,logs, andcompiletools via the agentic-workflows MCP server. The test workflow was unable to useauditthrough the MCP interface.Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
models.devSee Network Configuration for more information.