-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscripts
More file actions
23 lines (14 loc) · 741 Bytes
/
scripts
File metadata and controls
23 lines (14 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[mcp_servers.chrome-devtools]
command = "npx"
args = ["--yes", "chrome-devtools-mcp@latest", "--browser-url=http://127.0.0.1:9222"]
[mcp_servers.chrome-devtools]
command = "npx"
args = ["--yes", "chrome-devtools-mcp@latest", "--autoConnect"]
taskkill /F /IM chrome.exe
& "C:\Program Files\Google\Chrome\Application\chrome.exe" `
--remote-debugging-port=9222 `
--user-data-dir="D:\2au\mcp\chrome-mcp-profile"
Invoke-WebRequest -UseBasicParsing "http://127.0.0.1:9222/json/version" | Select-Object -ExpandProperty Content
Invoke-WebRequest -UseBasicParsing "http://127.0.0.1:9222/json/list" | Select-Object -ExpandProperty Content
python util/lk.py serve
python util/lk.py run --search "software engineer san francisco" --limit 5