mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix Tavily docker (#115)
This commit is contained in:
parent
ff5a94001c
commit
dcb996ea9a
1 changed files with 9 additions and 2 deletions
|
|
@ -487,7 +487,14 @@ items:
|
|||
content: |
|
||||
{
|
||||
"command": "docker",
|
||||
"args": ["run", "-i", "--rm", "-e", "TAVILY_API_KEY", "tavily/mcp"],
|
||||
"args": [
|
||||
"run",
|
||||
"-i",
|
||||
"--rm",
|
||||
"-e",
|
||||
"TAVILY_API_KEY",
|
||||
"mcp/tavily"
|
||||
],
|
||||
"env": {
|
||||
"TAVILY_API_KEY": "{{TAVILY_API_KEY}}"
|
||||
}
|
||||
|
|
@ -495,7 +502,7 @@ items:
|
|||
parameters:
|
||||
- name: 'Tavily API Key'
|
||||
key: 'TAVILY_API_KEY'
|
||||
placeholder: 'your_tavily_api_key_here'
|
||||
placeholder: 'your-tavily-apikey-here'
|
||||
- id: 'gdrive'
|
||||
name: 'Google Drive'
|
||||
description: 'Enables searching, listing, and reading files from Google Drive, with automatic export of Google Workspace files to common formats like Markdown, CSV, and PNG.'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue