Skip to content

feat: enable go run execution by moving main to root #630

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

SchulteDev
Copy link

feat: enable go run execution by moving main to root

  • Move main.go to project root to enable go run github.com/github/github-mcp-server@latest
  • Delegate execution to cmd/github-mcp-server package
  • Update build configurations (Dockerfile, .goreleaser.yaml)
  • Fix ldflags paths and import aliases
  • Maintain backwards compatibility with existing cmd structure

@SchulteDev SchulteDev requested a review from a team as a code owner July 3, 2025 08:47
- Move main.go to project root to enable `go run github.com/github/github-mcp-server@latest`
- Delegate execution to cmd/github-mcp-server package
- Update build configurations (Dockerfile, .goreleaser.yaml)
- Fix ldflags paths and import aliases
- Maintain backwards compatibility with existing cmd structure
- Replace all occurrences of `SchulteDev/github_github-mcp-server` with `github/github-mcp-server`
- Update import paths, documentation, and build configurations for new repository location
- Shortened ldflags paths in Dockerfile and .goreleaser.yaml for clarity.
- Updated .gitignore to cover binaries more broadly (`github-mcp-server*`).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant