mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 07:10:55 +00:00
fix: remove useless vars
This commit is contained in:
parent
47ec5e7437
commit
cfdd8a0bff
1 changed files with 0 additions and 1 deletions
|
|
@ -111,7 +111,6 @@ class DiscoveredMCPToolInvocation extends BaseToolInvocation<
|
|||
ToolParams,
|
||||
ToolResult
|
||||
> {
|
||||
private static readonly allowlist: Set<string> = new Set();
|
||||
private static readonly MAX_RECONNECT_RETRIES = 3;
|
||||
|
||||
constructor(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue