# Interface: McpConnectAllResult

Per-endpoint outcome of [AppKitMcpClient.connectAll](./docs/api/appkit/Class.AppKitMcpClient.md#connectall). Callers (the agents plugin in particular) use the split to warn at startup when some MCP servers are unreachable without aborting boot for the rest.

## Properties[​](#properties "Direct link to Properties")

### connected[​](#connected "Direct link to connected")

```ts
connected: string[];

```

***

### failed[​](#failed "Direct link to failed")

```ts
failed: {
  error: Error;
  name: string;
}[];

```

#### error[​](#error "Direct link to error")

```ts
error: Error;

```

#### name[​](#name "Direct link to name")

```ts
name: string;

```
