Skip to content

Commit 9f7aa66

Browse files
Raphael FerreiraHarness
authored andcommitted
Edit docs/platform/harness-aida/harness-mcp-server.md (#100072)
1 parent 912e8a7 commit 9f7aa66

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

docs/platform/harness-aida/harness-mcp-server.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -127,34 +127,34 @@ Why not just use function calls for each API?
127127

128128
```json
129129
{
130-
"mcp": {
131-
"servers": {
132-
"harness": {
133-
"command": "docker",
134-
"args": [
135-
"run",
136-
"-i",
137-
"--rm",
138-
"-e",
139-
"YjJmMGNkNDAyOGQ2YWQ4ZjI2MzA4NzMxNTlhOTgyNWQ=",
140-
"-e",
141-
"HARNESS_DEFAULT_ORG_ID",
142-
"-e",
143-
"HARNESS_DEFAULT_PROJECT_ID",
144-
"-e",
145-
"HARNESS_BASE_URL",
146-
"harness/mcp-server",
147-
"stdio"
148-
],
149-
"env": {
150-
"HARNESS_API_KEY": "<YOUR_API_KEY>",
151-
"HARNESS_DEFAULT_ORG_ID": "<YOUR_ORG_ID>",
152-
"HARNESS_DEFAULT_PROJECT_ID": "<YOUR_PROJECT_ID>",
153-
"HARNESS_BASE_URL": "<YOUR_BASE_URL>"
154-
}
130+
"servers": {
131+
"harness-mcp-server": {
132+
"type": "stdio",
133+
"command": "docker",
134+
"args": [
135+
"run",
136+
"-i",
137+
"--rm",
138+
"-e",
139+
"HARNESS_API_KEY",
140+
"-e",
141+
"HARNESS_DEFAULT_ORG_ID",
142+
"-e",
143+
"HARNESS_DEFAULT_PROJECT_ID",
144+
"-e",
145+
"HARNESS_BASE_URL",,
146+
"harness/mcp-server",
147+
"stdio"
148+
],
149+
"env": {
150+
"HARNESS_API_KEY": "<YOUR_API_KEY>",
151+
"HARNESS_DEFAULT_ORG_ID": "<YOUR_ORG_ID>",
152+
"HARNESS_DEFAULT_PROJECT_ID": "<YOUR_PROJECT_ID>",
153+
"HARNESS_BASE_URL": "<YOUR_BASE_URL>"
155154
}
156155
}
157-
}
156+
},
157+
"inputs": []
158158
}
159159

160160
```

0 commit comments

Comments
 (0)