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.
1 parent 0f608eb commit 4d26e31Copy full SHA for 4d26e31
pkg/github/discussions.go
@@ -8,7 +8,7 @@ import (
8
9
"github.com/github/github-mcp-server/pkg/translations"
10
"github.com/go-viper/mapstructure/v2"
11
- "github.com/google/go-github/v69/github"
+ "github.com/google/go-github/v72/github"
12
"github.com/mark3labs/mcp-go/mcp"
13
"github.com/mark3labs/mcp-go/server"
14
"github.com/shurcooL/githubv4"
pkg/github/discussions_test.go
"github.com/github/github-mcp-server/internal/githubv4mock"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
0 commit comments