bc83181c14
Unit Tests / build (macos-latest) (push) Has been cancelled
Unit Tests / build (ubuntu-latest) (push) Has been cancelled
Unit Tests / build (windows-latest) (push) Has been cancelled
9 lines
242 B
Bash
Executable File
9 lines
242 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd "${0%/*}"
|
|
cd ../
|
|
echo "Running go-run.sh in $(pwd)"
|
|
|
|
docker build . --tag ghcr.io/github/github-mcp-server:dev
|
|
docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN ghcr.io/github/github-mcp-server:dev ./github-mcp-server stdio
|