mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
feat: 完成第一个 mcp-chrome 接入版本
This commit is contained in:
@@ -2270,7 +2270,14 @@ async function run(): Promise<CommanderCommand> {
|
||||
}
|
||||
|
||||
// Parse the MCP config files/strings if provided
|
||||
let dynamicMcpConfig: Record<string, ScopedMcpServerConfig> = {};
|
||||
let dynamicMcpConfig: Record<string, ScopedMcpServerConfig> = {
|
||||
// Built-in MCP servers (default disabled, user enables via /mcp)
|
||||
"mcp-chrome": {
|
||||
type: "http",
|
||||
url: "http://127.0.0.1:12306/mcp",
|
||||
scope: "dynamic",
|
||||
},
|
||||
};
|
||||
|
||||
if (mcpConfig && mcpConfig.length > 0) {
|
||||
// Process mcpConfig array
|
||||
|
||||
Reference in New Issue
Block a user