From 08f75b6d070fe3019d0574057f63f3c9c791248c Mon Sep 17 00:00:00 2001 From: Sam Morrow Date: Thu, 13 Mar 2025 15:42:15 +0100 Subject: [PATCH 1/3] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 533de568..61b73569 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/github/mcp-server-playground -go 1.23 +go 1.23.7 require ( github.com/google/go-github/v69 v69.2.0 From 6a6c837a2fcab5bdbe42923a32a965260405c07c Mon Sep 17 00:00:00 2001 From: Sam Morrow Date: Thu, 13 Mar 2025 15:43:16 +0100 Subject: [PATCH 2/3] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 61b73569..43e0dffc 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/github/mcp-server-playground +module github.com/github/github-mcp-server go 1.23.7 From 02ef88d8f5ee1d0cdd96985eb31137c79ac88095 Mon Sep 17 00:00:00 2001 From: Sam Morrow Date: Thu, 13 Mar 2025 15:44:04 +0100 Subject: [PATCH 3/3] Update main.go --- cmd/server/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/server/main.go b/cmd/server/main.go index 6fab2c79..8d09f524 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -8,7 +8,7 @@ import ( "os/signal" "syscall" - "github.com/github/mcp-server-playground/pkg/github" + "github.com/github/github-mcp-server/pkg/github" gogithub "github.com/google/go-github/v69/github" "github.com/mark3labs/mcp-go/server" log "github.com/sirupsen/logrus"