Documentation Index
Fetch the complete documentation index at: https://docs.getbifrost.ai/llms.txt
Use this file to discover all available pages before exploring further.
Changelog
- Widened
bifrost.mcp.toolManagerConfig.toolExecutionTimeoutinvalues.schema.jsonfromintegerto["integer", "string"]so a Go duration string like"30s"or"2m"is accepted alongside the legacy bare integer. Updated the description to clarify “integer = seconds, string = Go duration” and recommend the string form, and changed the default from30to"30s". - Updated the
values.yamlexample to usetoolExecutionTimeout: "30s"instead oftoolExecutionTimeout: 30, matching the new recommended form. - Paired with the upstream runtime fix (PR #3432) that reinterprets bare integers on this field as seconds rather than nanoseconds, and includes
mcp.tool_manager_configin the client config hash so file-level changes survive the hash-based reconciliation pipeline on restart.

