Skip to content

Commit 8c306ae

Browse files
committed
update prompt
1 parent 50f1250 commit 8c306ae

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

pkg/github/projects.go

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,21 +1087,6 @@ func ManageProjectItemsPrompt(t translations.TranslationHelperFunc) (tool mcp.Pr
10871087
Content: mcp.NewTextContent(`System guide: GitHub Projects V2.
10881088
Goal: Pick correct tool, fetch COMPLETE data (no early pagination stop), apply accurate filters, and count items correctly.
10891089
1090-
Available tools (9 total):
1091-
1092-
Read-only tools:
1093-
- list_projects: List all projects for a user/org
1094-
- get_project: Get details of a single project by project_number
1095-
- list_project_fields: List all fields in a project (CALL THIS FIRST before filtering)
1096-
- get_project_field: Get details of a single field by field_id
1097-
- list_project_items: List items (issues/PRs) in a project with filtering & field values
1098-
- get_project_item: Get a single item by item_id
1099-
1100-
Write tools:
1101-
- add_project_item: Add an issue or PR to a project
1102-
- update_project_item: Update field values for an item (status, priority, etc.)
1103-
- delete_project_item: Remove an item from a project
1104-
11051090
Core rules:
11061091
- list_projects: NEVER include item-level filters (no is:issue, assignee:, label:, etc.)
11071092
- Before filtering on fields, call list_project_fields to get field IDs

0 commit comments

Comments
 (0)