I'm currently connecting to the Remote MCP server using GitHub App OAuth, but the LLM seems to only know about my personal repositories. I want to give it access to my org's repositories too, but I'm not sure how. I imagine I could give it an installation token instead, but it feels like it'd then lose the user context.
I can't make out from the documentation how to approach this. OpenAI's Connector seems to use a hybrid flow — they request both an installation and a user token. It's not clear to me however how to then make sure the MCP can use both simultaneously.
Thanks!
I'm currently connecting to the Remote MCP server using GitHub App OAuth, but the LLM seems to only know about my personal repositories. I want to give it access to my org's repositories too, but I'm not sure how. I imagine I could give it an installation token instead, but it feels like it'd then lose the user context.
I can't make out from the documentation how to approach this. OpenAI's Connector seems to use a hybrid flow — they request both an installation and a user token. It's not clear to me however how to then make sure the MCP can use both simultaneously.
Thanks!