You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
如下配置文件,在cline里或者claude desk 里能直接使用,解析到github提供的function 和为本地在weather.py里写的一些function
我的问题是?怎么能让openManus能根据如下的配置文件增加tools ?
{
"mcpServers": {
"github": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "github_pat_***"
},
"disabled": false,
"autoApprove": []
},
}
}
Beta Was this translation helpful? Give feedback.
All reactions