mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
fix: 修复需要鉴权的问题
This commit is contained in:
@@ -2276,6 +2276,9 @@ async function run(): Promise<CommanderCommand> {
|
||||
type: "http",
|
||||
url: "http://127.0.0.1:12306/mcp",
|
||||
scope: "dynamic",
|
||||
"headers": {
|
||||
"Authorization": "Bearer my-static-token",
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user