Skip to content

Commit b176b6a

Browse files
authored
Merge pull request #2192 from keys-github/salman-stage
Updated documentation HYP MCP
2 parents ae2ef42 + 2b05d5e commit b176b6a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/hyperexecute-mcp-server.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,29 @@ Make sure to include your LambdaTest username and access key in the request head
140140
* `username`: Your LambdaTest username.
141141
* `accesskey`: Your LambdaTest access key.
142142

143+
Configure the above parameters in your MCP tool configuration file:
144+
145+
```
146+
{
147+
"mcpServers": {
148+
"mcp-lambdatest": {
149+
"disabled": false,
150+
"timeout": 60,
151+
"type": "stdio",
152+
"command": "npx",
153+
"args": [
154+
"mcp-remote@latest",
155+
"https://mcp.lambdatest.com/mcp",
156+
"--header",
157+
"username:<user_name>",
158+
"--header",
159+
"accessKey:<access_key>"
160+
]
161+
}
162+
}
163+
}
164+
```
165+
143166

144167
## Authentication
145168

0 commit comments

Comments
 (0)