# format_untrusted_project_notice

> **Function** in `deepagents_code`

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

Build the CLI-style hint string for skipped untrusted project configs.

## Signature

```python
format_untrusted_project_notice(
    paths: tuple[Path, ...],
) -> str
```

## Parameters

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `paths` | `tuple[Path, ...]` | Yes | Project configs that were skipped during resolution. |

## Returns

`str`

A single-line user-facing string. Empty when `paths` is empty.

---

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