Skip to content

Commit 247031c

Browse files
committed
test new setup
1 parent 325d6ef commit 247031c

File tree

3 files changed

+40
-36
lines changed

3 files changed

+40
-36
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -281,23 +281,23 @@ The following sets of tools are available (all are on by default):
281281
| `context` | **Strongly recommended**: Tools that provide context about the current user and GitHub context you are operating in |
282282
| `actions` | GitHub Actions workflows and CI/CD operations |
283283
| `code_security` | Code security related tools, such as GitHub Code Scanning |
284-
| `contents` | Repository contents - get, create, update, delete files and directories |
284+
| `contents` | Repository contents |
285285
| `dependabot` | Dependabot tools |
286286
| `discussions` | GitHub Discussions related tools |
287287
| `experiments` | Experimental features that are not considered stable yet |
288288
| `gists` | GitHub Gist related tools |
289-
| `issues` | GitHub Issues - create, read, update, comment on issues |
289+
| `issues` | GitHub Issues |
290290
| `notifications` | GitHub Notifications related tools |
291291
| `orgs` | GitHub Organization related tools |
292292
| `projects` | GitHub Projects related tools |
293-
| `pull_request_reviews` | Pull request review operations - create, submit, manage reviews |
294-
| `pull_requests` | GitHub Pull Request operations - create, read, update, merge |
295-
| `releases` | GitHub Repository releases - list, get, and manage releases |
296-
| `repos` | GitHub Repository management - search, create, fork, branches, commits, tags |
293+
| `pull_request_reviews` | Pull request review operations |
294+
| `pull_requests` | GitHub Pull Request operations |
295+
| `releases` | GitHub Repository releases/tags |
296+
| `repos` | GitHub Repository management |
297297
| `secret_protection` | Secret protection related tools, such as GitHub Secret Scanning |
298298
| `security_advisories` | Security advisories related tools |
299299
| `stargazers` | GitHub Starring related tools |
300-
| `sub_issues` | Sub-issue management - create, manage, and organize sub-issues |
300+
| `sub_issues` | Sub-issue management |
301301
| `users` | GitHub User related tools |
302302
<!-- END AUTOMATED TOOLSETS -->
303303

@@ -837,12 +837,23 @@ The following sets of tools are available (all are on by default):
837837
- `repo`: Repository name (string, required)
838838
- `tag`: Tag name (e.g., 'v1.0.0') (string, required)
839839

840+
- **get_tag** - Get tag details
841+
- `owner`: Repository owner (string, required)
842+
- `repo`: Repository name (string, required)
843+
- `tag`: Tag name (string, required)
844+
840845
- **list_releases** - List releases
841846
- `owner`: Repository owner (string, required)
842847
- `page`: Page number for pagination (min 1) (number, optional)
843848
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
844849
- `repo`: Repository name (string, required)
845850

851+
- **list_tags** - List tags
852+
- `owner`: Repository owner (string, required)
853+
- `page`: Page number for pagination (min 1) (number, optional)
854+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
855+
- `repo`: Repository name (string, required)
856+
846857
</details>
847858

848859
<details>
@@ -875,11 +886,6 @@ The following sets of tools are available (all are on by default):
875886
- `repo`: Repository name (string, required)
876887
- `sha`: Commit SHA, branch name, or tag name (string, required)
877888

878-
- **get_tag** - Get tag details
879-
- `owner`: Repository owner (string, required)
880-
- `repo`: Repository name (string, required)
881-
- `tag`: Tag name (string, required)
882-
883889
- **list_branches** - List branches
884890
- `owner`: Repository owner (string, required)
885891
- `page`: Page number for pagination (min 1) (number, optional)
@@ -894,12 +900,6 @@ The following sets of tools are available (all are on by default):
894900
- `repo`: Repository name (string, required)
895901
- `sha`: Commit SHA, branch or tag name to list commits of. If not provided, uses the default branch of the repository. If a commit SHA is provided, will list commits up to that SHA. (string, optional)
896902

897-
- **list_tags** - List tags
898-
- `owner`: Repository owner (string, required)
899-
- `page`: Page number for pagination (min 1) (number, optional)
900-
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
901-
- `repo`: Repository name (string, required)
902-
903903
- **search_code** - Search code
904904
- `order`: Sort order for results (string, optional)
905905
- `page`: Page number for pagination (min 1) (number, optional)

0 commit comments

Comments
 (0)