You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,9 @@ Alternatively, to manually configure VS Code, choose the appropriate JSON block
86
86
-**[Claude Applications](/docs/installation-guides/install-claude.md)** - Installation guide for Claude Desktop and Claude Code CLI
87
87
-**[Codex](/docs/installation-guides/install-codex.md)** - Installation guide for OpenAI Codex
88
88
-**[Cursor](/docs/installation-guides/install-cursor.md)** - Installation guide for Cursor IDE
89
+
-**[OpenCode](/docs/installation-guides/install-opencode.md)** - Installation guide for the OpenCode terminal agent
89
90
-**[Windsurf](/docs/installation-guides/install-windsurf.md)** - Installation guide for Windsurf IDE
91
+
-**[Zed](/docs/installation-guides/install-zed.md)** - Installation guide for Zed editor
90
92
-**[Rovo Dev CLI](/docs/installation-guides/install-rovo-dev-cli.md)** - Installation guide for Rovo Dev CLI
91
93
92
94
> **Note:** Each MCP host application needs to configure a GitHub App or OAuth App to support remote access via OAuth. Any host application that supports remote MCP servers should support the remote GitHub server with PAT authentication. Configuration details and support levels vary by host. Make sure to refer to the host application's documentation for more info.
@@ -356,7 +358,9 @@ For other MCP host applications, please refer to our installation guides:
356
358
-**[Claude Code & Claude Desktop](docs/installation-guides/install-claude.md)** - Installation guide for Claude Code and Claude Desktop
357
359
-**[Cursor](docs/installation-guides/install-cursor.md)** - Installation guide for Cursor IDE
358
360
-**[Google Gemini CLI](docs/installation-guides/install-gemini-cli.md)** - Installation guide for Google Gemini CLI
361
+
-**[OpenCode](docs/installation-guides/install-opencode.md)** - Installation guide for the OpenCode terminal agent
359
362
-**[Windsurf](docs/installation-guides/install-windsurf.md)** - Installation guide for Windsurf IDE
363
+
-**[Zed](docs/installation-guides/install-zed.md)** - Installation guide for Zed editor
360
364
361
365
For a complete overview of all installation options, see our **[Installation Guides Index](docs/installation-guides)**.
362
366
@@ -1052,22 +1056,26 @@ The following sets of tools are available:
1052
1056
-`project_number`: The project's number. Required for 'list_project_fields', 'list_project_items', and 'list_project_status_updates' methods. (number, optional)
1053
1057
-`query`: Filter/query string. For list_projects: filter by title text and state (e.g. "roadmap is:open"). For list_project_items: advanced filtering using GitHub's project filtering syntax. (string, optional)
1054
1058
1055
-
-**projects_write** - Modify GitHub Project items
1059
+
-**projects_write** - Manage GitHub Projects
1056
1060
-**Required OAuth Scopes**: `project`
1057
1061
-`body`: The body of the status update (markdown). Used for 'create_project_status_update' method. (string, optional)
1062
+
-`field_name`: The name of the iteration field (e.g. 'Sprint'). Required for 'create_iteration_field' method. (string, optional)
1058
1063
-`issue_number`: The issue number (use when item_type is 'issue' for 'add_project_item' method). Provide either issue_number or pull_request_number. (number, optional)
1059
1064
-`item_id`: The project item ID. Required for 'update_project_item' and 'delete_project_item' methods. (number, optional)
1060
1065
-`item_owner`: The owner (user or organization) of the repository containing the issue or pull request. Required for 'add_project_item' method. (string, optional)
1061
1066
-`item_repo`: The name of the repository containing the issue or pull request. Required for 'add_project_item' method. (string, optional)
1062
1067
-`item_type`: The item's type, either issue or pull_request. Required for 'add_project_item' method. (string, optional)
1068
+
-`iteration_duration`: Duration in days for iterations of the field (e.g. 7 for weekly, 14 for bi-weekly). Required for 'create_iteration_field' method. (number, optional)
1069
+
-`iterations`: Custom iterations for 'create_iteration_field' method. Only set this when you need iterations with varying durations, breaks between them, or specific titles. Otherwise omit it: GitHub auto-creates three iterations of 'iteration_duration' days starting on 'start_date', which is the right choice for most cases. (object[], optional)
1063
1070
-`method`: The method to execute (string, required)
1064
1071
-`owner`: The project owner (user or organization login). The name is not case sensitive. (string, required)
1065
-
-`owner_type`: Owner type (user or org). If not provided, will be automatically detected. (string, optional)
1066
-
-`project_number`: The project's number. (number, required)
1072
+
-`owner_type`: Owner type (user or org). Required for 'create_project' method. If not provided for other methods, will be automatically detected. (string, optional)
1073
+
-`project_number`: The project's number. Required for all methods except 'create_project'. (number, optional)
1067
1074
-`pull_request_number`: The pull request number (use when item_type is 'pull_request' for 'add_project_item' method). Provide either issue_number or pull_request_number. (number, optional)
1068
-
-`start_date`: The start date of the status update in YYYY-MM-DD format. Used for 'create_project_status_update' method. (string, optional)
1075
+
-`start_date`: Start date in YYYY-MM-DD format. Used for 'create_project_status_update' and 'create_iteration_field' methods. (string, optional)
1069
1076
-`status`: The status of the project. Used for 'create_project_status_update' method. (string, optional)
1070
1077
-`target_date`: The target date of the status update in YYYY-MM-DD format. Used for 'create_project_status_update' method. (string, optional)
1078
+
-`title`: The project title. Required for 'create_project' method. (string, optional)
1071
1079
-`updated_field`: Object consisting of the ID of the project field to update and the new value for the field. To clear the field, set value to null. Example: {"id": 123456, "value": "New Value"}. Required for 'update_project_item' method. (object, optional)
1072
1080
1073
1081
</details>
@@ -1179,7 +1187,7 @@ The following sets of tools are available:
1179
1187
-`owner`: Repository owner (string, required)
1180
1188
-`pullNumber`: Pull request number to update (number, required)
1181
1189
-`repo`: Repository name (string, required)
1182
-
-`reviewers`: GitHub usernames to request reviews from (string[], optional)
1190
+
-`reviewers`: GitHub usernames or ORG/team-slug team reviewers to request reviews from (string[], optional)
0 commit comments