Skip to content

Commit 7463e5f

Browse files
JoannaaKLCopilot
andauthored
Update pkg/github/projects.go
Co-authored-by: Copilot <[email protected]>
1 parent aa4065b commit 7463e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/projects.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ func UpdateProjectItem(getClient GetClientFn, t translations.TranslationHelperFu
628628
mcp.WithString("owner_type", mcp.Required(), mcp.Description("Owner type"), mcp.Enum("user", "org")),
629629
mcp.WithString("owner", mcp.Required(), mcp.Description("If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive.")),
630630
mcp.WithNumber("project_number", mcp.Required(), mcp.Description("The project's number.")),
631-
mcp.WithNumber("item_id", mcp.Required(), mcp.Description("The numeric ID of the issue or pull request to update in the project.")),
631+
mcp.WithNumber("item_id", mcp.Required(), mcp.Description("The numeric ID of the project item to update (not the issue or pull request ID).")),
632632
mcp.WithArray("fields", mcp.Required(), mcp.Description("A list of field updates to apply.")),
633633
), func(ctx context.Context, req mcp.CallToolRequest) (*mcp.CallToolResult, error) {
634634
owner, err := RequiredParam[string](req, "owner")

0 commit comments

Comments
 (0)