Skip to content

Commit dab1d10

Browse files
committed
Updated HyperExecute MCP Server Doc - Added Connecting With Other MCP-Compatible Tools
1 parent 37b3cc3 commit dab1d10

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

docs/hyperexecute-mcp-server.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,30 @@ You can also ask Cline for more specific operations, such as:
127127

128128
The natural language interface allows you to work with HyperExecute without having to remember specific command syntax or configuration details.
129129

130-
**Available Tools:**
130+
## Connecting With Other MCP-Compatible Tools
131+
132+
For any other MCP-compatible tool, use the following URL format:
133+
134+
```
135+
https://mcp.lambdatest.com/mcp
136+
```
137+
138+
Make sure to include your LambdaTest username and access key in the request headers:
139+
140+
* `username`: Your LambdaTest username.
141+
* `accesskey`: Your LambdaTest access key.
142+
143+
144+
## Authentication
145+
146+
The server supports authentication for the HTTP interface and for LambdaTest API calls:
147+
148+
* **HTTP Interface**: Requires a valid LambdaTest username and access key in the request headers.
149+
* **LambdaTest API Calls**: Can use credentials provided in the request or from environment variables (`LT_USERNAME` and `LT_ACCESS_KEY`).
150+
151+
152+
153+
## Available HyperExecute MCP Tools
131154

132155
HyperExecute MCP Server provides five main tools:
133156

0 commit comments

Comments
 (0)