This website requires JavaScript.
Explore
Help
Sign In
gmgauthier
/
llm-tools
Watch
1
Star
0
Fork
0
You've already forked llm-tools
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
08a73a136d
llm-tools
/
mcps
/
selenium_mcp
/
launch_selenium_mcp_server.sh
5 lines
71 B
Bash
Raw
Normal View
History
Unescape
Escape
first commit
2026-04-08 11:11:04 +00:00
#!/usr/bin/env zsh
refactor(paths): use relative paths in configs and launch scripts - Update README.md to reflect relative path usage. - Change MCP server commands in claude_desktop_config.json to relative paths. - Modify launch scripts to use `cd "$(dirname "$0")"` and relative paths, removing OS-specific absolute prefixes.
2026-04-17 13:25:42 +00:00
cd
"
$(
dirname
"
$0
"
)
"
first commit
2026-04-08 11:11:04 +00:00
poetry run selenium-mcp-stdio
Reference in New Issue
Copy Permalink