From 6c71fbc319658f4ee674c50ea02da5caff3dba53 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Wed, 25 Feb 2026 16:06:16 -0700 Subject: [PATCH] Fix flash operations tool count in reference index Heading said 7 tools but the table correctly listed 6. --- docs-site/src/content/docs/reference/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-site/src/content/docs/reference/index.mdx b/docs-site/src/content/docs/reference/index.mdx index bee2537..74fb5b6 100644 --- a/docs-site/src/content/docs/reference/index.mdx +++ b/docs-site/src/content/docs/reference/index.mdx @@ -25,7 +25,7 @@ All tools follow a consistent pattern: they return a JSON object with a `success | `esp_load_ram` | Load and execute binary in RAM without touching flash | | `esp_serial_monitor` | Capture serial output from an ESP device | -### Flash Operations (7 tools) +### Flash Operations (6 tools) | Tool | Description | |------|-------------|