Replies: 1 comment 2 replies
-
Yes will update it soon after pushed some PRs I'm working on to codecompanion 😅. How about any vars that start with "TAVILY_API_KEY": "$: cmd:op read op://personal/Tavily/credential --no-newline" Btw is this actually working? Is it a typo or did I mess up something? 😂 "TAVILY_API_KEY": "null" It is supposed to work for only falsy values in js |
Beta Was this translation helpful? Give feedback.
2 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.
-
I've been playing around with the Tavily adapter in MCPHub. It requires an API key and I've put this in my shell. So the relevant config looks like:
I'm not a huge fan of having API keys in the shell. It's pretty easy for a rogue app to grab them and transmit them. Of course I'm biased, but I like how in CodeCompanion, I can do
cmd:op read op://personal/Tavily/credential --no-newline
to read it from my 1Password fault which requires my biometrics.Putting this out here in case it's possible to implement something similar in MCPHub.nvim.
Beta Was this translation helpful? Give feedback.
All reactions