From 000bfe15d04b950ecf80734087efea6dd04d3ff3 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 | 48 ++++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) diff --git a/docs/hyperexecute-mcp-server.md b/docs/hyperexecute-mcp-server.md index c090dff12..706b805f5 100644 --- a/docs/hyperexecute-mcp-server.md +++ b/docs/hyperexecute-mcp-server.md @@ -152,7 +152,53 @@ You can also ask Cline for more specific operations, such as: The natural language interface allows you to work with HyperExecute without having to remember specific command syntax or configuration details. -**Available Tools:** +## Connecting With Other MCP-Compatible Tools + +For any other MCP-compatible tool, use the following URL format: + +``` +https://mcp.lambdatest.com/mcp +``` + +Make sure to include your LambdaTest username and access key in the request headers: + +* `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 + +The server supports authentication for the HTTP interface and for LambdaTest API calls: + +* **HTTP Interface**: Requires a valid LambdaTest username and access key in the request headers. +* **LambdaTest API Calls**: Can use credentials provided in the request or from environment variables (`LT_USERNAME` and `LT_ACCESS_KEY`). + + + +## Available HyperExecute MCP Tools HyperExecute MCP Server provides five main tools: