2
0

docs(mcp): add list_secrets and list_packages to MCP tools
All checks were successful
Release / build (amd64, darwin) (push) Successful in 40s
Release / build (amd64, linux) (push) Successful in 55s
Release / build (amd64, windows) (push) Successful in 47s
Release / build (arm64, darwin) (push) Successful in 49s
Release / build (arm64, linux) (push) Successful in 42s
Release / release (push) Successful in 17s

Updates README with documentation for new list_secrets and list_packages MCP tools. Adds example queries showing how to use these tools with Claude.
This commit is contained in:
2026-01-24 15:05:32 -05:00
parent 0e649775de
commit 2ec5ed0ff7

View File

@@ -56,6 +56,9 @@ Ask Claude things like:
- "What assets are in the v0.3.6 release?" - "What assets are in the v0.3.6 release?"
- "Are there any known solutions for NETSDK1147?" - "Are there any known solutions for NETSDK1147?"
- "Diagnose why job 456 failed" - "Diagnose why job 456 failed"
- "What secrets are available for myorg/myrepo?"
- "List all NuGet packages for myorg"
- "What global packages are available?"
## Available Tools ## Available Tools
@@ -70,6 +73,8 @@ Ask Claude things like:
| `get_job_logs` | Get logs from a specific job | | `get_job_logs` | Get logs from a specific job |
| `list_releases` | List releases for a repository | | `list_releases` | List releases for a repository |
| `get_release` | Get release details with all assets | | `get_release` | Get release details with all assets |
| `list_secrets` | List secret names and descriptions (not values) for global, org, and repo scopes |
| `list_packages` | List packages for an owner or globally with version and visibility info |
### AI Learning Tools ### AI Learning Tools