From 2b05d5e1ff2b1f7350c1adf5354502d71ed963e0 Mon Sep 17 00:00:00 2001 From: salmank Date: Wed, 22 Oct 2025 11:28:28 +0530 Subject: [PATCH] Updated documentation HYP MCP --- docs/hyperexecute-mcp-server.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/hyperexecute-mcp-server.md b/docs/hyperexecute-mcp-server.md index 66dd5e63..5f06311c 100644 --- a/docs/hyperexecute-mcp-server.md +++ b/docs/hyperexecute-mcp-server.md @@ -140,6 +140,29 @@ Make sure to include your LambdaTest username and access key in the request head * `username`: Your LambdaTest username. * `accesskey`: Your LambdaTest access key. +Configure the above parameters in your MCP tool configuration file: + +``` +{ + "mcpServers": { + "mcp-lambdatest": { + "disabled": false, + "timeout": 60, + "type": "stdio", + "command": "npx", + "args": [ + "mcp-remote@latest", + "https://mcp.lambdatest.com/mcp", + "--header", + "username:", + "--header", + "accessKey:" + ] + } + } +} +``` + ## Authentication