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