MCPcopy
hub / github.com/github/github-mcp-server / GetGQLClient

Method GetGQLClient

pkg/github/dependencies.go:81–81  ·  view source on GitHub ↗

GetGQLClient returns a GitHub GraphQL client

(ctx context.Context)

Source from the content-addressed store, hash-verified

79
80 // GetGQLClient returns a GitHub GraphQL client
81 GetGQLClient(ctx context.Context) (*githubv4.Client, error)
82
83 // GetRawClient returns a raw content client for GitHub
84 GetRawClient(ctx context.Context) (*raw.Client, error)

Callers 15

GetFileBlameFunction · 0.65
IssueReadFunction · 0.65
GetIssueFunction · 0.65
searchIssuesHandlerFunction · 0.65
IssueWriteFunction · 0.65
ListIssuesFunction · 0.65
ListIssueFieldsFunction · 0.65
ListDiscussionsFunction · 0.65
GetDiscussionFunction · 0.65
GetDiscussionCommentsFunction · 0.65
DiscussionCommentWriteFunction · 0.65
ListDiscussionCategoriesFunction · 0.65

Implementers 3

stubDepspkg/github/server_test.go
BaseDepspkg/github/dependencies.go
RequestDepspkg/github/dependencies.go

Calls

no outgoing calls

Tested by

no test coverage detected