feat: implement tools loading api

This commit is contained in:
He Tao
2025-04-23 14:38:04 +08:00
parent 8129370bbd
commit dae036f583
7 changed files with 265 additions and 71 deletions

View File

@@ -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"}
}
```