What's Changed
- Performance Optimization: Fixed tool execution latency caused by PostHog analytics interference. Analytics are now batched asynchronously, resulting in ~6x faster tool completion times.
- Improved Initialization: Fixed the issue where the MCP server took too much time to initialize.
- Bug Fixes: Resolved the 'Thread Detach Error' that occurred when switching between applications.
Key Performance Gains
- Removed blocking network calls in tools.
- Reduced server startup time.
- More stable application lifecycle management.