# ESP-Brookesia MCP Utilities Library * [中文版本](./README_CN.md) ## Overview `brookesia_mcp_utils` bridges Brookesia services and the [ESP MCP (Model Context Protocol) engine](https://docs.espressif.com/projects/esp-iot-solution/en/latest/ai/mcp.html). It lets you register existing service functions or custom callbacks as MCP tools and generate tool handles for use with the MCP engine. For more information, see the [ESP-Brookesia Programming Guide](https://docs.espressif.com/projects/esp-brookesia/en/latest/index.html). ## How to Use ### Environment Requirements Please refer to the following documentation: - [ESP-Brookesia Programming Guide - Versioning](https://docs.espressif.com/projects/esp-brookesia/en/latest/getting_started.html#getting-started-versioning) - [ESP-Brookesia Programming Guide - Development Environment Setup](https://docs.espressif.com/projects/esp-brookesia/en/latest/getting_started.html#getting-started-dev-environment) ### Add to Your Project Please refer to [ESP-Brookesia Programming Guide - How to Obtain and Use Components](https://docs.espressif.com/projects/esp-brookesia/en/latest/getting_started.html#getting-started-component-usage).
02d1db90d4cdb232850c50c3b179fefccfaba420
idf.py add-dependency "espressif/brookesia_mcp_utils^0.7.1"