Skip to content

Commit c042fc7

Browse files
Merge pull request #7 from github/full-go-version
Use full go version
2 parents 6dfb70d + 02ef88d commit c042fc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"os/signal"
99
"syscall"
1010

11-
"github.com/github/mcp-server-playground/pkg/github"
11+
"github.com/github/github-mcp-server/pkg/github"
1212
gogithub "github.com/google/go-github/v69/github"
1313
"github.com/mark3labs/mcp-go/server"
1414
log "github.com/sirupsen/logrus"

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
module github.com/github/mcp-server-playground
1+
module github.com/github/github-mcp-server
22

3-
go 1.23
3+
go 1.23.7
44

55
require (
66
github.com/google/go-github/v69 v69.2.0

0 commit comments

Comments
 (0)