Skip to content

Commit 355ec93

Browse files
arvind-choudhary-hHarness
authored andcommitted
feat: [AH-1327]: Implement MCP Server for Artifact Registry (#2)
* [AH-1327]: updated logs and readme * Merge branch 'master' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/mcp-server into AH-1327-mcp-server-registry * [AH-1327]: Updated ref * [AH-1327]: cleaned up openapi yaml * [AH-1327]: Updated readme; fixed via review comments * [AH-1327]: Implement MCP Server for Artifact Registry
1 parent 85dc689 commit 355ec93

File tree

13 files changed

+11825
-21
lines changed

13 files changed

+11825
-21
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,17 @@ Toolset Name: `repositories`
3434
- `get_repository`: Get details of a specific repository
3535
- `list_repositories`: List repositories
3636

37+
#### Registries Toolset
38+
39+
Toolset Name: `registries`
40+
41+
- `get_registry`: Get details of a specific registry in Harness artifact registry
42+
- `list_artifact_files`: List files for a specific artifact version in a Harness artifact registry
43+
- `list_artifact_versions`: List artifact versions in a Harness artifact registry
44+
- `list_artifacts`: List artifacts in a Harness artifact registry
45+
- `list_registries`: List registries in Harness artifact registry
46+
47+
3748
#### Logs Toolset
3849

3950
Toolset Name: `logs`

0 commit comments

Comments
 (0)