mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-12 02:02:13 +03:00
4 lines
181 B
Bash
Executable File
4 lines
181 B
Bash
Executable File
#!/usr/bin/env bash
|
|
exec doppler run --project serpent --config dev -- sh -c \
|
|
'GITHUB_PERSONAL_ACCESS_TOKEN="$GITHUB_TOKEN" exec npx -y @modelcontextprotocol/server-github "$@"'
|