Describe the problem/error/question
Hi, i want to connect my custom MCP server.
for example,
My mcp server info is
“custom_mcp”: {
"url": "http://custom_mcp/example",
"headers": {
"x-username": "id",
"x-token": "token"
}
}
however, the header auth of n8n Mcp client Node allows only one headers parameter not over two parameters…
Could you let me know about this problem..
