MPC with Transport streamable-http not sending custom headers. #4293
Closed
Bernardoow
started this conversation in
General
Replies: 1 comment
-
I found the problem. I need add more headers at the fastapi-mcp. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, good morning!
I have an app that relies on Authorization and a custom header for AuthN/AuthZ.
I’m using the fastapi-mcp [1] library along with an Agent that uses MCP Tools.
The issue is: when I use the tool with Agno, it only sends the Authorization header, but not my custom one.
Is there a way to configure or send additional custom headers?
Thanks in advance!
MCP
FastAPI app
AGNO Response
Curl request and response
pyproject.toml
Beta Was this translation helpful? Give feedback.
All reactions