fix: 修复需要鉴权的问题

This commit is contained in:
claude-code-best
2026-04-12 21:45:22 +08:00
parent e770f1ef9d
commit 513ccc3003

View File

@@ -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",
}
},
};