R
ESP32MCPServer
Robert Navado
The ESP32 MCP Server is an implementation of the Model Context Protocol (MCP) for ESP32 microcontrollers, providing a WebSocket-based interface for resource discovery and monitoring. It enables real-time updates with thread-safe request handling and a web interface for WiFi configuration. The server supports configuration storage using LittleFS and includes a comprehensive test suite.
C++Communication & API