```ts
type McpConnectionState = "disconnected" | "connected" | "failed";
```

Defined in: [src/mcp/client.ts:62](https://github.com/strands-agents/harness-sdk/blob/e4284b561624d906e361535ef1f1adcd5ce3461b/strands-ts/src/mcp/client.ts#L62)

Connection state of an MCP client.