File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,23 +15,23 @@ A Model Context Protocol (MCP) server for Selenium WebDriver — browser automat
1515
1616Paste into your browser address bar:
1717```
18- goose://extension?cmd=npx&arg=-y&arg=%40angiejones%2Fmcp-selenium&id=selenium-mcp&name=Selenium%20MCP&description=automates%20browser%20interactions
18+ goose://extension?cmd=npx&arg=-y&arg=%40angiejones%2Fmcp-selenium%40latest &id=selenium-mcp&name=Selenium%20MCP&description=automates%20browser%20interactions
1919```
2020</details >
2121
2222<details >
2323<summary ><strong >Goose (CLI)</strong ></summary >
2424
2525``` bash
26- goose session --with-extension " npx -y @angiejones/mcp-selenium"
26+ goose session --with-extension " npx -y @angiejones/mcp-selenium@latest "
2727```
2828</details >
2929
3030<details >
3131<summary ><strong >Claude Code</strong ></summary >
3232
3333``` bash
34- claude mcp add selenium -- npx -y @angiejones/mcp-selenium
34+ claude mcp add selenium -- npx -y @angiejones/mcp-selenium@latest
3535```
3636</details >
3737
@@ -43,7 +43,7 @@ claude mcp add selenium -- npx -y @angiejones/mcp-selenium
4343 "mcpServers" : {
4444 "selenium" : {
4545 "command" : " npx" ,
46- "args" : [" -y" , " @angiejones/mcp-selenium" ]
46+ "args" : [" -y" , " @angiejones/mcp-selenium@latest " ]
4747 }
4848 }
4949}
You can’t perform that action at this time.
0 commit comments