Note: Make sure to restart Cline after adding the configuration.
1{2 "mcpServers": {3 "agent-toolkit": {4 "env": {5 "STRIPE_SECRET_KEY": "YOUR_STRIPE_SECRET_KEY"6 },7 "args": [8 "@stripe/mcp",9 "--tools=all",10 "--api-key=YOUR_STRIPE_SECRET_KEY"11 ],12 "command": "npx"13 }14 }15}
暂无评论. 成为第一个评论的人!
登录以参与讨论