
Note: Make sure to restart Cline after adding the configuration.
1{2 "mcpServers": {3 "flow blockchain": {4 "env": {5 "PORT": "stdio",6 "LOG_LEVEL": "YOUR_LOG_LEVEL_HERE",7 "FLOW_NETWORK": "YOUR_FLOW_NETWORK_HERE",8 "FLOW_ACCESS_NODE": "YOUR_FLOW_ACCESS_NODE_HERE"9 },10 "args": [11 "@outblock/flow-mcp-server",12 "--stdio"13 ],14 "command": "npx"15 }16 }17}
暂无评论. 成为第一个评论的人!
登录以参与讨论