feat: Add --api-key CLI flag (extends PR #37) #42
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds the
--api-key
CLI flag as an optional alternative to theTAVILY_API_KEY
environment variable.Justification
A lot of new clients are springing up and this minor update allows tavily-mcp support with those which don't support passing environmental variables or are more strict about how to add MCP Servers.
Changes
--api-key
CLI argument support for both stdout and streamable HTTP/SSE modesContext
This builds on PR #37 which adds Streamable HTTP and SSE support, adding the missing feature to pass the API key via command line argument.