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 e40e289 commit 4310db8Copy full SHA for 4310db8
pkg/profiler/profiler.go renamed to internal/profiler/profiler.go
pkg/github/actions.go
@@ -8,9 +8,9 @@ import (
8
"strconv"
9
"strings"
10
11
+ "github.com/github/github-mcp-server/internal/profiler"
12
buffer "github.com/github/github-mcp-server/pkg/buffer"
13
ghErrors "github.com/github/github-mcp-server/pkg/errors"
- "github.com/github/github-mcp-server/pkg/profiler"
14
"github.com/github/github-mcp-server/pkg/translations"
15
"github.com/google/go-github/v74/github"
16
"github.com/mark3labs/mcp-go/mcp"
0 commit comments