Skip to content

Commit 981c2cb

Browse files
juruenCopilot
andauthored
Update pkg/github/repositories.go
Co-authored-by: Copilot <[email protected]>
1 parent 7eb67e4 commit 981c2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/repositories.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ func createOrUpdateFile(client *github.Client) (tool mcp.Tool, handler server.To
164164
// createRepository creates a tool to create a new GitHub repository.
165165
func createRepository(client *github.Client) (tool mcp.Tool, handler server.ToolHandlerFunc) {
166166
return mcp.NewTool("create_repository",
167-
mcp.WithDescription("Create a new GitHub repository in your accoun"),
167+
mcp.WithDescription("Create a new GitHub repository in your account"),
168168
mcp.WithString("name",
169169
mcp.Required(),
170170
mcp.Description("Repository name"),

0 commit comments

Comments
 (0)