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 ff896d0 commit ff1f16eCopy full SHA for ff1f16e
pkg/github/repository_resource.go
@@ -64,7 +64,7 @@ func getRepositoryResourcePrContent(client *github.Client, t translations.Transl
64
65
func repositoryResourceContentsHandler(client *github.Client) func(ctx context.Context, request mcp.ReadResourceRequest) ([]mcp.ResourceContents, error) {
66
return func(ctx context.Context, request mcp.ReadResourceRequest) ([]mcp.ResourceContents, error) {
67
- // the matcher will give []string with one elemenent
+ // the matcher will give []string with one element
68
// https://github.com/mark3labs/mcp-go/pull/54
69
o, ok := request.Params.Arguments["owner"].([]string)
70
if !ok || len(o) == 0 {
0 commit comments