Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,31 @@ pnpm run build
pnpm run typecheck
pnpm run clear
```

## Подключение MCP к ИИ-агентам

Сайт отдаёт MCP-сервер (Model Context Protocol), через который ИИ-агенты могут искать и читать документацию Hexlet. Эндпоинт:

```
https://help.hexlet.io/mcp
```

**Claude Code:**

```bash
claude mcp add --transport http hexlet-help https://help.hexlet.io/mcp
```

**Cursor / VS Code:**

```json
{
"mcpServers": {
"hexlet-help": {
"url": "https://help.hexlet.io/mcp"
}
}
}
```

После подключения агент сможет искать по документации и получать содержимое страниц через инструменты MCP-сервера.