feat: add mcp client, convert eino tools

This commit is contained in:
lilong.129
2025-04-01 21:11:46 +08:00
parent 563015c55a
commit 0c80e3d872
8 changed files with 489 additions and 13 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Users/debugtalk/Downloads/tmp"
]
},
"weather": {
"command": "uv",
"args": [
"--directory",
"/Users/debugtalk/MyProjects/ByteDance/EvalTools/quickstart-resources/weather-server-python/",
"run",
"weather.py"
],
"autoApprove": [
"get_forecast"
],
"env": {
"ABC": "123"
}
}
}
}