fix: 修复需要鉴权的问题
This commit is contained in:
parent
e770f1ef9d
commit
513ccc3003
|
|
@ -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",
|
||||||
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user