Replies: 1 comment
-
|
This seems duplicated with #8851 |
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.
-
Hi all I am trying to connect my mcp to continue. It works on GitHub copilot with the following configs:
{"servers":
{"MCP":
{
"type": "http",
"url": "https://...",
"headers": {
"Authorization": "Token ...",
"x-azure-org": "org name",
"x-azure-project": "proj name"
}
}
}
}
How do I configure this in continue? I tried type as streamable-http, then also used requestOptions: headers: and placed those headers too but it didn't work
Beta Was this translation helpful? Give feedback.
All reactions