Skip to content

Commit d39b2ad

Browse files
chatman-mediaclaude
andcommitted
docs: добавлена информация о Tauri MCP в CLAUDE.md
Добавлена секция о Tauri MCP в список зависимостей: - Установка через cargo install tauri-mcp - Ссылка на конфигурационный файл tauri-mcp.toml - Ссылка на полную документацию TAURI_MCP.md Tauri MCP опциональная зависимость для AI-ассистированного тестирования и разработки приложения. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent d8c3e0b commit d39b2ad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CLAUDE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ Before working with this codebase, ensure you have the following dependencies in
5151
# For fish (~/.config/fish/config.fish):
5252
set -gx ORT_DYLIB_PATH /opt/homebrew/lib/libonnxruntime.dylib
5353
```
54+
- **Tauri MCP** (optional) - AI-assisted testing and development
55+
```bash
56+
# Install via Cargo
57+
cargo install tauri-mcp
58+
59+
# Configuration file: tauri-mcp.toml (already created)
60+
# See TAURI_MCP.md for usage guide
61+
```
5462

5563
### macOS Development Setup
5664

0 commit comments

Comments
 (0)