What's New
🛑 New Tool: xhs_stop_explore
- Gracefully stop running explore sessions
- Can stop specific session by ID or all active sessions
- Uses AbortController-based cancellation mechanism
- Session completes current action before stopping
Usage
// Stop all explore sessions for an account
xhs_stop_explore({ account: "my-account" })
// Stop a specific session
xhs_stop_explore({ account: "my-account", sessionId: "session-id" })
Documentation
- Added API documentation for xhs_stop_explore
- Updated README with new tool