Skip to content

Commit b52fc1d

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

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
@@ -565,7 +565,7 @@ func DeleteProjectItem(getClient GetClientFn, t translations.TranslationHelperFu
565565
mcp.WithString("owner_type", mcp.Required(), mcp.Description("Owner type"), mcp.Enum("user", "org")),
566566
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.")),
567567
mcp.WithNumber("project_number", mcp.Required(), mcp.Description("The project's number.")),
568-
mcp.WithNumber("item_id", mcp.Required(), mcp.Description("The numeric ID of the issue or pull request to delete from the project.")),
568+
mcp.WithNumber("item_id", mcp.Required(), mcp.Description("The internal project item ID to delete from the project (not the issue or pull request ID).")),
569569
), func(ctx context.Context, req mcp.CallToolRequest) (*mcp.CallToolResult, error) {
570570
owner, err := RequiredParam[string](req, "owner")
571571
if err != nil {

0 commit comments

Comments
 (0)