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 ed6bc2d commit 696e5fdCopy full SHA for 696e5fd
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