mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
fix: match mcp headers in provider data to Responses API shape (#2263)
This commit is contained in:
parent
ce33d02443
commit
9623d5d230
4 changed files with 7 additions and 17 deletions
|
@ -40,9 +40,9 @@ def test_mcp_invocation(llama_stack_client, mcp_server):
|
|||
|
||||
provider_data = {
|
||||
"mcp_headers": {
|
||||
uri: [
|
||||
f"Authorization: Bearer {AUTH_TOKEN}",
|
||||
],
|
||||
uri: {
|
||||
"Authorization": f"Bearer {AUTH_TOKEN}",
|
||||
},
|
||||
},
|
||||
}
|
||||
auth_headers = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue