We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bac154 commit 2b05d5eCopy full SHA for 2b05d5e
docs/hyperexecute-mcp-server.md
@@ -140,6 +140,29 @@ Make sure to include your LambdaTest username and access key in the request head
140
* `username`: Your LambdaTest username.
141
* `accesskey`: Your LambdaTest access key.
142
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
159
+ "accessKey:<access_key>"
160
+ ]
161
+ }
162
163
+}
164
165
166
167
## Authentication
168
0 commit comments