We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dfb70d + 02ef88d commit c042fc7Copy full SHA for c042fc7
cmd/server/main.go
@@ -8,7 +8,7 @@ import (
8
"os/signal"
9
"syscall"
10
11
- "github.com/github/mcp-server-playground/pkg/github"
+ "github.com/github/github-mcp-server/pkg/github"
12
gogithub "github.com/google/go-github/v69/github"
13
"github.com/mark3labs/mcp-go/server"
14
log "github.com/sirupsen/logrus"
go.mod
@@ -1,6 +1,6 @@
1
-module github.com/github/mcp-server-playground
+module github.com/github/github-mcp-server
2
3
-go 1.23
+go 1.23.7
4
5
require (
6
github.com/google/go-github/v69 v69.2.0
0 commit comments