Skip to content

Commit 3f88aef

Browse files
Merge pull request #2 from harness/list-toolset-names
Add toolset names
2 parents 2a47be7 + 139a528 commit 3f88aef

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,36 @@ The Harness MCP Server is a [Model Context Protocol (MCP)](https://modelcontextp
88

99
The server implements several toolsets:
1010

11-
#### Pipelines Toolset
11+
#### Pipelines Toolset
12+
13+
Toolset Name: `pipelines`
14+
1215
- `get_pipeline`: Get details of a specific pipeline
1316
- `list_pipelines`: List pipelines in a repository
1417
- `get_execution`: Get details of a specific pipeline execution
1518
- `list_executions`: List pipeline executions
1619
- `fetch_execution_url`: Fetch the execution URL for a pipeline execution
1720

1821
#### Pull Requests Toolset
22+
23+
Toolset Name: `pullrequests`
24+
1925
- `get_pull_request`: Get details of a specific pull request
2026
- `list_pull_requests`: List pull requests in a repository
2127
- `get_pull_request_checks`: Get status checks for a specific pull request
2228
- `create_pull_request`: Create a new pull request
2329

2430
#### Repositories Toolset
31+
32+
Toolset Name: `repositories`
33+
2534
- `get_repository`: Get details of a specific repository
2635
- `list_repositories`: List repositories
2736

2837
#### Logs Toolset
38+
39+
Toolset Name: `logs`
40+
2941
- `download_execution_logs`: Download logs for a pipeline execution
3042

3143
## Prerequisites
@@ -152,4 +164,4 @@ Upon launching, the Inspector will display a URL that you can access in your bro
152164

153165
## To do
154166

155-
Add Docker image for easier use
167+
Add Docker image for easier use

0 commit comments

Comments
 (0)