mcp: fix status() to not overwrite connected with failed (#3514)
parent
46ad456718
commit
5cc37c4ea0
|
|
@ -188,6 +188,7 @@ export namespace MCP {
|
|||
}
|
||||
if (state.clients[key]) {
|
||||
result[key] = "connected"
|
||||
continue
|
||||
}
|
||||
result[key] = "failed"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue