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
8 lines
112 B
Bash
Executable File
8 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd "${0%/*}"
|
|
cd ../
|
|
echo "Running go-run.sh in $(pwd)"
|
|
|
|
go run cmd/github-mcp-server/main.go stdio
|