diff --git a/README.md b/README.md index 06b6d5e..888c7b1 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ --- ## 🆕 Recent Updates (v2 Architecture) +* **WebMCP Integration**: Fully comprehensive Model Context Protocol (MCP) server integration, mapping 30+ tools (Sessions, Security Groups, Access Controls, and Swarm Operations) directly to AI clients via JSON-RPC over HTTP/SSE. +* **Enhanced Node Stability**: Implemented deadlock-free PTY process execution using native Python `process_group` bindings, completely eliminating gRPC stream drops during heavy remote task execution. * **Backend Refactoring**: Split monolithic API files into cleanly decoupled services, routing modules, and a flexible plugin-based tool repository for robust scaling. * **Frontend Modularization**: Componentized sprawling React files into dedicated views, reusable UI components, and distinct feature directories for significantly enhanced maintainability. * **Browser Service Concurrency**: Integrated a dynamic worker pool with a `ParallelFetch` gRPC pipeline and clean Markdown Document Extraction for high-speed AI web scraping.