# ServerReady

> **Class** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/app/DeepAgentsApp/ServerReady)

Posted by the background server-startup worker on success.

## Signature

```python
ServerReady(
    self,
    agent: Any,
    server_proc: Any,
    mcp_server_info: list[Any] | None,
)
```

## Extends

- `Message`

## Constructors

```python
__init__(
    self,
    agent: Any,
    server_proc: Any,
    mcp_server_info: list[Any] | None,
) -> None
```

| Name | Type |
|------|------|
| `agent` | `Any` |
| `server_proc` | `Any` |
| `mcp_server_info` | `list[Any] \| None` |


## Properties

- `agent`
- `server_proc`
- `mcp_server_info`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/0412009c5441bef8d75a427e1da8909e33ab5b56/libs/code/deepagents_code/app.py#L1477)