Add simulator MCP screen drawing tools
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user