fix(tui): expand MCP server errors in dialog (#35243)
This commit is contained in:
parent
7bd3f8ac83
commit
b04d8d53e6
6 changed files with 92 additions and 37 deletions
|
|
@ -205,7 +205,7 @@ export const layer = Layer.effect(
|
|||
for (const [name, server] of Object.entries(entry.info.mcp?.servers ?? {})) {
|
||||
runtime.set(ServerName.make(name), {
|
||||
config: { ...server, timeout: { ...timeout, ...server.timeout } },
|
||||
status: { status: "disconnected" },
|
||||
status: { status: "pending" },
|
||||
startup: Deferred.makeUnsafe<void>(),
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue