Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc042fc7

Browse files
Merge pull request#7 from github/full-go-version
Use full go version
2 parents6dfb70d +02ef88d commitc042fc7

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-
modulegithub.com/github/mcp-server-playground
1+
modulegithub.com/github/github-mcp-server
22

3-
go1.23
3+
go1.23.7
44

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp