Add simulator MCP screen drawing tools

This commit is contained in:
Adolfo Reyna
2026-09-22 16:51:50 -04:00
parent 9630707b41
commit 982bba70b2
2 changed files with 81 additions and 2 deletions
@@ -20,7 +20,7 @@ void createMcpInfo(lv_obj_t* parent, void* userData) {
"MCP is available while the simulator web server is running.\n\n"
"Endpoint: POST /api/mcp\n"
"JSON-RPC methods: tools/list, tools/call\n\n"
"Simulator tools: get_capabilities, list_apps, run_app\n\n"
"Simulator tools: get_capabilities, clear_screen, draw_text, list_apps, run_app\n\n"
"Open the simulator dashboard/API at http://127.0.0.1/api/sysinfo.");
lv_label_set_long_mode(info, LV_LABEL_LONG_WRAP);
lv_obj_set_width(info, LV_PCT(90));