Files
github--github-mcp-server/script/configure
2025-10-01 10:38:26 +02:00

10 lines
252 B
Bash
Executable File

#!/bin/bash
# This script runs the interactive configuration CLI program for the GitHub MCP server.
# It helps you select which tools to enable and generates the configuration.
set -e
cd "$(dirname "$0")/.."
go run ./cmd/github-mcp-server configure