diff --git a/README.md b/README.md
index 46d90e5..3ce9f54 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Realtime AI Speech powered by OpenAI Realtime API, ESP32, Secure WebSockets, and
-[](https://discord.gg/KJWxDPBRUj)
+[](https://discord.gg/KJWxDPBRUj)
[](https://opensource.org/licenses/MIT)


@@ -170,6 +170,7 @@ ElatoAI consists of three main components:
19. **No PSRAM Required**: The ESP32 device does not require PSRAM to run the speech to speech AI.
20. **OAuth for Web client**: OAuth for your users to manage their AI characters and devices.
21. **Pitch Factor**: Control the pitch of the AI's voice from the NextJS webapp to create cartoon-like voices.
+22. **Tool calling**: Call tools from the ESP32 device to the Deno Edge Functions for a complete voice AI agent.
## 🛠Tech Stack
@@ -266,7 +267,10 @@ lib_deps =
1. Looking for Speech Interruption detection on ESP32
2. Adding Arduino IDE support
-3. Adding tool calling support on Deno Edge
+3. Add Hume API client for emotion detection
+4. Add MCP support on Deno Edge
+5. Plug in ElevenLabs API for voice generation
+6. Add Azure OpenAI Support (easy pickings)
We welcome contributions
- Fork this repository.