Can't access auth when calling an agent from MCP
Hello, I am facing a problem happy to get your help! 
Working with express, I have created the following MCP
The req.auth works great in tools, I have been doing something like this:
Here is where I face a problem / bug.
I am using the MCP inspector from Anthropic.
When I execute a tool, it works great with options?.extra?.authInfo.
But if I send a question to my agent "ask_postiz",
I don't get the options?.extra?.authInfo in the tool anymore.
Are there any extra steps I am missing?
Working with express, I have created the following MCP
The req.auth works great in tools, I have been doing something like this:
Here is where I face a problem / bug.
I am using the MCP inspector from Anthropic.
When I execute a tool, it works great with options?.extra?.authInfo.
But if I send a question to my agent "ask_postiz",
I don't get the options?.extra?.authInfo in the tool anymore.
Are there any extra steps I am missing?