# ConfigResolution

> **Class** in `deepagents_code`

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

Successful resolution of a merged MCP config for login.

## Signature

```python
ConfigResolution(
    self,
    config: dict[str, Any],
    used_paths: tuple[Path, ...],
    untrusted_project_paths: tuple[Path, ...] = (),
)
```

## Constructors

```python
__init__(
    self,
    config: dict[str, Any],
    used_paths: tuple[Path, ...],
    untrusted_project_paths: tuple[Path, ...] = (),
) -> None
```

| Name | Type |
|------|------|
| `config` | `dict[str, Any]` |
| `used_paths` | `tuple[Path, ...]` |
| `untrusted_project_paths` | `tuple[Path, ...]` |


## Properties

- `config`
- `used_paths`
- `untrusted_project_paths`
- `search_label`

---

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