Skip to content

Commit 922b0ab

Browse files
committed
chore: removing get_tab_id from SKILL.md
1 parent 31c84a1 commit 922b0ab

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

skills/chrome-devtools-cli/SKILL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ chrome-devtools click_at 100 200 # Clicks at the provided coordinates (requires
144144
chrome-devtools screencast_start # Starts a screencast recording (requires --experimentalScreencast=true and ffmpeg)
145145
chrome-devtools screencast_stop # Stops the active screencast
146146
chrome-devtools list_webmcp_tools # List all WebMCP tools (requires --experimentalWebmcp=true)
147-
chrome-devtools get_tab_id # Get the tab ID for the current page (requires --experimentalInteropTools=true)
148147
```
149148

150149
## Service Management

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function buildDisabledMessage(
5151
? `is in category ${categoryLabel} which`
5252
: `requires experimental feature ${flag} and`;
5353

54-
return `Tool ${toolName} ${reason} is currently disabled. Enable it by running chrome-devtools start ${flag}=true. For more information see https://github.com/ChromeDevTools/chrome-devtools-mcp.`;
54+
return `Tool ${toolName} ${reason} is currently disabled. Enable it by running chrome-devtools start ${flag}=true. For more information check the README.`;
5555
}
5656

5757
function getCategoryStatus(

0 commit comments

Comments
 (0)