Replies: 1 comment 1 reply
-
I'm having same kind of issue, although I'm trying to use interpolation inside command arguments and I'm not sure if it's supported. Doesn't seem to work at least
|
Beta Was this translation helpful? Give feedback.
1 reply
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,
I'm configuring GitHub MCP for my team LibreChat instance with OAuth and I want to leave the
client_secret
to be read from env var instead of being put directly insidelibrechat.yaml
.I have tried to do it like below, but it doesn't seem to work
If I replace ${GITHUB_OAUTH_CLIENT_ID} and ${GITHUB_OAUTH_CLIENT_SECRET} with an actual client_id and client_secret value from my GitHub OAuth App, the MCP integration works for my chat.
From the doc It looks to me that LibreChat does support env var extrapolation for
librechat.yaml
so I'm wondering if I have done anything incorrectly.Thank you very much for taking a look at my case.
Beta Was this translation helpful? Give feedback.
All reactions