From c563d8ad806bf312b094543a834d2373090c2c8e Mon Sep 17 00:00:00 2001 From: Omar Abdelwahab Date: Fri, 7 Nov 2025 13:58:13 -0800 Subject: [PATCH] formatting --- src/llama_stack/apis/agents/openai_responses.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/llama_stack/apis/agents/openai_responses.py b/src/llama_stack/apis/agents/openai_responses.py index 95dfb97ef..e273621d5 100644 --- a/src/llama_stack/apis/agents/openai_responses.py +++ b/src/llama_stack/apis/agents/openai_responses.py @@ -490,8 +490,8 @@ class OpenAIResponseInputToolMCP(BaseModel): :param type: Tool type identifier, always "mcp" :param server_label: Label to identify this MCP server :param server_url: URL endpoint of the MCP server - :param headers: (Optional) HTTP headers to include when connecting to the server (cannot contain Authorization) - :param authorization: (Optional) OAuth access token for authenticating with the MCP server (excluded from responses) + :param headers: (Optional) HTTP headers to include when connecting to the server + :param authorization: (Optional) OAuth access token for authenticating with the MCP server :param require_approval: Approval requirement for tool calls ("always", "never", or filter) :param allowed_tools: (Optional) Restriction on which tools can be used from this server """