mirror of
https://github.com/nyakang/nyaterm.git
synced 2026-09-22 08:01:31 +00:00
- Added `useMcpActiveSession` hook to manage and report the active MCP session ID. - Integrated the hook into the main `App` component to ensure active session updates. - Created tests for the `useMcpActiveSession` hook to validate session reporting behavior. - Introduced `report_mcp_active_session` command in the Tauri backend to handle session updates from the frontend. - Updated MCP tool definitions to include new capabilities and ensure proper session management.