Skip to content

Commit e1bd973

Browse files
committed
Fix copyright year on new files. Make skill text more concise
1 parent 707e046 commit e1bd973

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

skills/chrome-devtools/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Uses Chrome DevTools via MCP for efficient debugging, troubleshooti
77

88
**Browser lifecycle**: Browser starts automatically on first tool call using a persistent browser profile. Configure via CLI args in the MCP server configuration: `npx chrome-devtools-mcp@latest --help`.
99

10-
**Browser selection**: With no browser selection arguments, stable channel Chrome browser is the default. You can use `--browser=edge` to specify the Microsoft Edge browser. You can also use `--channel=stable|beta|dev|canary` to specify a channel. Alternatively, use `--executablePath` to specify the binary path of the browser you want to use.
10+
**Browser selection**: Defaults to Chrome stable. Use `--browser=edge` for Microsoft Edge, `--channel=stable|beta|dev|canary` for a specific channel, or `--executablePath` for a custom browser binary.
1111

1212
**Page selection**: Tools operate on the currently selected page. Use `list_pages` to see available pages, then `select_page` to switch context.
1313

src/edgePaths.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright 2025 Google LLC
3+
* Copyright 2026 Google LLC
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

tests/edgePaths.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright 2025 Google LLC
3+
* Copyright 2026 Google LLC
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

0 commit comments

Comments
 (0)