Skip to content
Merged
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
12 changes: 12 additions & 0 deletions docs/src/content/docs/reference/frontmatter-full.md
Original file line number Diff line number Diff line change
Expand Up @@ -1682,6 +1682,18 @@ engine:
# (optional)
bare: true

# Engine-level MCP gateway configuration. Settings here apply to the MCP gateway
# used by this engine.
# (optional)
mcp:
# Session timeout for MCP gateway sessions as a Go duration string (e.g. "30m",
# "4h", "24h"). Must be at least 5m (no upper bound). Omitted or empty uses the
# effective gateway default (precedence: this field > MCP_GATEWAY_SESSION_TIMEOUT
# env var > built-in default 6h). Longer timeouts benefit multi-hour workflows
# such as large-scale migrations; shorter values free gateway resources sooner.
# (optional)
session-timeout: "example-value"

# Option 3: Inline engine definition: specifies a runtime adapter and optional
# provider settings directly in the workflow frontmatter, without requiring a
# named catalog entry
Expand Down
Loading