Skip to content
Search is loading.

Troubleshooting

Run the MCP help command:

MCP server help · shell command

npx -y @automatalabs/workflows mcp --help

The result must show the MCP subcommand usage. If it does, inspect the MCP host process log.

Make sure that the configuration uses command: "npx". Make sure that its arguments are -y, @automatalabs/workflows, and mcp.

After each configuration change, restart the MCP host.

The host can support MCP tools without MCP prompts. As an alternative, install the published skill.

Published authoring skill · installer command

npx skills add agentprism/agentprism-workflows

The missing prompt does not remove the workflow tool.

Validation reports a backend probe warning

Section titled “Validation reports a backend probe warning”

Read the backend name and its error message. Authenticate or install that backend.

Run the config probe for only that backend:

Codex backend · catalog probe

npx -y @automatalabs/workflows config codex

After the probe succeeds, run the validator again.

Do not change the value by guesswork. Run the live catalog probe.

Copy the model ID, mode, option name, and allowed value from the live catalog without changes. Then validate the workflow again.

Read reason and authContext from the outcome. Authenticate the named backend.

Do not put credentials in the MCP request.

Start a new run with resumeFromRunId. Re-send the workflow script and the args for the new run.

The MCP server process ended before the run became terminal. Inspect the run to make sure that its persisted status is interrupted.

Start a new run with resumeFromRunId. An unjournaled in-flight call can run again.

Read replayEligibility.firstNonReplay and the terminal resumeReport. Compare the prompt, model, schema, input, working directory, and label.

A resume does not always replay a prefix. Each call must pass its reuse checks.

Inspect returns a bounded status projection. Use a terminal foreground response or terminal await outcome for the full authored result.

Open the detailed MCP source guide.