feat: add mcp host, load/invoke mcp tools

This commit is contained in:
lilong.129
2025-05-16 11:43:49 +08:00
parent d834b5a2e1
commit ce38ef3be0
4 changed files with 532 additions and 1 deletions

View File

@@ -22,6 +22,11 @@
"env": {
"ABC": "123"
}
},
"disabled_server": {
"command": "echo",
"args": ["disabled"],
"disabled": true
}
}
}