(status: Record<string, MCPNS.Status> | MCPNS.Status, server: string)
| 279 | const it = testEffect(LayerNode.compile(MCP.node)) |
| 280 | |
| 281 | function statusName(status: Record<string, MCPNS.Status> | MCPNS.Status, server: string) { |
| 282 | if ("status" in status) return status.status |
| 283 | return status[server]?.status |
| 284 | } |
| 285 | |
| 286 | it.instance( |
| 287 | "advertises and lists the instance directory as its root", |