docs: add repository and issue tools to readme
All checks were successful
Release / build (amd64, linux) (push) Successful in 30s
Release / build (amd64, windows) (push) Successful in 31s
Release / build (arm64, darwin) (push) Successful in 34s
Release / build (arm64, linux) (push) Successful in 41s
Release / build (amd64, darwin) (push) Successful in 53s
Release / release (push) Successful in 14s
All checks were successful
Release / build (amd64, linux) (push) Successful in 30s
Release / build (amd64, windows) (push) Successful in 31s
Release / build (arm64, darwin) (push) Successful in 34s
Release / build (arm64, linux) (push) Successful in 41s
Release / build (amd64, darwin) (push) Successful in 53s
Release / release (push) Successful in 14s
This commit is contained in:
10
README.md
10
README.md
@@ -71,6 +71,8 @@ Ask Claude things like:
|
||||
- "List all NuGet packages for myorg"
|
||||
- "What are the package defaults for myorg?"
|
||||
- "List all repos for myorg"
|
||||
- "List open issues for gitcaddy/server"
|
||||
- "Show me issue #42 in myorg/myrepo"
|
||||
|
||||
## Available Tools
|
||||
|
||||
@@ -104,6 +106,14 @@ Ask Claude things like:
|
||||
| `list_artifacts` | List artifacts from a workflow run |
|
||||
| `get_artifact_download_url` | Get the download URL for a specific artifact |
|
||||
|
||||
### Repository & Issue Tools
|
||||
|
||||
| Tool | Description |
|
||||
|------|-------------|
|
||||
| `list_repos` | List repositories for an owner (org or user) |
|
||||
| `list_issues` | List issues for a repository with pagination and state filtering |
|
||||
| `get_issue` | Get issue details including body content and comments |
|
||||
|
||||
### Release & Package Tools
|
||||
|
||||
| Tool | Description |
|
||||
|
||||
Reference in New Issue
Block a user