#!/bin/bash

cd "${0%/*}"
cd ../
echo "Running go-run.sh in $(pwd)"

go run cmd/github-mcp-server/main.go stdio
