ExBifrost.Model.McpHeadersSubmitRequest (ex_bifrost v0.1.0)

Copy Markdown View Source

Request body for PUT /api/mcp/per-user-headers/flows/{id}. The flow row identifies the (mode, identity, mcp_client) triple, so the caller carries only the values. Extra keys not in the live per_user_header_keys schema are dropped server-side.

Summary

Types

t()

@type t() :: %ExBifrost.Model.McpHeadersSubmitRequest{
  headers: %{optional(String.t()) => String.t()}
}

Functions

decode(value)