Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/github-mcp-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2e63e81
Choose a base ref
...
head repository: SchulteDev/github_github-mcp-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e450237
Choose a head ref
  • 6 commits
  • 16 files changed
  • 1 contributor

Commits on Jul 14, 2025

  1. 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 committed Jul 14, 2025
    Configuration menu
    Copy the full SHA
    3df81b6 View commit details
    Browse the repository at this point in the history
  2. chore: update repository references to github/github-mcp-server

    - 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
    SchulteDev committed Jul 14, 2025
    Configuration menu
    Copy the full SHA
    4ea2599 View commit details
    Browse the repository at this point in the history
  3. chore: simplify ldflags paths and update .gitignore patterns

    - Shortened ldflags paths in Dockerfile and .goreleaser.yaml for clarity.
    - Updated .gitignore to cover binaries more broadly (`github-mcp-server*`).
    SchulteDev committed Jul 14, 2025
    Configuration menu
    Copy the full SHA
    f313afc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fc9a2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14a5df6 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. Configuration menu
    Copy the full SHA
    e450237 View commit details
    Browse the repository at this point in the history
Loading