v2026.6.1 MCP Compatibility Note: `workflow-run` Removed
v2026.6.1 MCP Compatibility Note: `workflow-run` Removed
AIWG's deprecated MCP `workflow-run` compatibility stub has been removed from
the core MCP surface. The default `aiwg mcp serve` surface now registers 15 core
tools.
Migration
- Use `command-run` for general allow-listed AIWG CLI execution.
- Use `AIWG_MCP_TOOLSETS=flows` and `flow-list` / `flow-show` / `flow-run` for
declarative YAML Flow access.
- Use `AIWG_MCP_TOOLSETS=missions` and `mission-guide` / `mission-dispatch` /
`mission-status` for AIWG Mission access.
Existing MCP sidecar allow-lists should remove `workflow-run` and include
`command-run`. Hosts that need Flow or Mission tools should opt into the
specific toolset instead of depending on a compatibility stub.