File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -8,24 +8,36 @@ The Harness MCP Server is a [Model Context Protocol (MCP)](https://modelcontextp
8
8
9
9
The server implements several toolsets:
10
10
11
- #### Pipelines Toolset
11
+ #### Pipelines Toolset
12
+
13
+ Toolset Name: ` pipelines `
14
+
12
15
- ` get_pipeline ` : Get details of a specific pipeline
13
16
- ` list_pipelines ` : List pipelines in a repository
14
17
- ` get_execution ` : Get details of a specific pipeline execution
15
18
- ` list_executions ` : List pipeline executions
16
19
- ` fetch_execution_url ` : Fetch the execution URL for a pipeline execution
17
20
18
21
#### Pull Requests Toolset
22
+
23
+ Toolset Name: ` pullrequests `
24
+
19
25
- ` get_pull_request ` : Get details of a specific pull request
20
26
- ` list_pull_requests ` : List pull requests in a repository
21
27
- ` get_pull_request_checks ` : Get status checks for a specific pull request
22
28
- ` create_pull_request ` : Create a new pull request
23
29
24
30
#### Repositories Toolset
31
+
32
+ Toolset Name: ` repositories `
33
+
25
34
- ` get_repository ` : Get details of a specific repository
26
35
- ` list_repositories ` : List repositories
27
36
28
37
#### Logs Toolset
38
+
39
+ Toolset Name: ` logs `
40
+
29
41
- ` download_execution_logs ` : Download logs for a pipeline execution
30
42
31
43
## Prerequisites
@@ -152,4 +164,4 @@ Upon launching, the Inspector will display a URL that you can access in your bro
152
164
153
165
## To do
154
166
155
- Add Docker image for easier use
167
+ Add Docker image for easier use
You can’t perform that action at this time.
0 commit comments