mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-30 06:32:24 +00:00
Adds a Settings panel under Developer Options that lets users configure external MCP clients (Claude Desktop, Cursor, Codex, Zed) to connect to the openhuman-core mcp stdio server — removing the need to hand-edit vendor JSON files. - New Tauri commands: mcp_resolve_binary_path (returns binary path + OS), mcp_open_client_config (opens per-OS config file in system editor) - React panel with tool list (10 tools), per-client JSON snippet generator, copy-to-clipboard, and Tauri-gated "Open Config File" button - OS-aware config file paths for all four supported clients - 8 Vitest tests + 9 Rust unit tests; all checks pass Closes #2030
Tauri + React + Typescript
This template should help get you started developing with Tauri, React and Typescript in Vite.