# UnavailableServer

> **Class** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/tool_catalog/UnavailableServer)

An MCP server that was discovered but currently exposes no tools.

## Signature

```python
UnavailableServer(
    self,
    name: str,
    status: MCPServerStatus,
    detail: str,
)
```

## Constructors

```python
__init__(
    self,
    name: str,
    status: MCPServerStatus,
    detail: str,
) -> None
```

| Name | Type |
|------|------|
| `name` | `str` |
| `status` | `MCPServerStatus` |
| `detail` | `str` |


## Properties

- `name`
- `status`
- `detail`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/e14e0adcbe78565ed3650e7f24b2a775d5437d25/libs/code/deepagents_code/tool_catalog.py#L76)