mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-24 14:44:46 +08:00
feat: implement tools loading api
This commit is contained in:
@@ -11,10 +11,8 @@ For stdio type:
|
||||
{
|
||||
"type": "stdio",
|
||||
"command": "npx",
|
||||
"args": ["@agentdeskai/browser-tools-mcp@1.2.0"]
|
||||
"env": {
|
||||
"MCP_SERVER_ID": "mcp-github-trending"
|
||||
}
|
||||
"args": ["-y", "tavily-mcp@0.1.3"],
|
||||
"env": {"TAVILY_API_KEY": "tvly-dev-xxx"}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user