Skip to content

opencode

YinPeng edited this page Apr 2, 2026 · 1 revision

打开:chrome://inspect/#remote-debugging

{ "$schema" : "https://opencode.ai/config.json", "formatter" : { "prettier" : { "disabled" : true } }, "mcp" : { "chrome-devtools" : { "command" : [ "npx", "-y", "chrome-devtools-mcp@latest", "--autoConnect", "--channel=stable" ], "enabled" : true, "type" : "local" }, "sequential-thinking" : { "command" : [ "npx", "-y", "@modelcontextprotocol/server-sequential-thinking" ], "type" : "local" } }, "plugin" : [ "oh-my-openagent@latest" ] }

Clone this wiki locally