mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 23:08:04 -05:00
fix(mcp): authentication for mcp calls in remote runtime (#8856)
This commit is contained in:
@@ -158,7 +158,7 @@ class OpenHandsMCPConfig:
|
||||
return MCPStdioServerConfig(
|
||||
name='tavily',
|
||||
command='npx',
|
||||
args=['-y', 'tavily-mcp@0.1.4'],
|
||||
args=['-y', 'tavily-mcp@0.2.1'],
|
||||
env={'TAVILY_API_KEY': app_config.search_api_key.get_secret_value()},
|
||||
)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user