You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hyperexecute-mcp-server.md
+20-35Lines changed: 20 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,6 @@ import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/co
43
43
></script>
44
44
45
45
# Getting Started with HyperExecute MCP Server
46
-
***
47
-
48
-
## Introduction
49
-
50
46
HyperExecute MCP Server is an AI-native test orchestration platform that dramatically simplifies and accelerates your automated testing workflow. By leveraging the Model Context Protocol (MCP), it enables seamless integration between AI assistants and your testing environment, reducing setup time from hours to minutes.
51
47
52
48
## Watch HyperExecute MCP in Action
@@ -59,7 +55,6 @@ Get a comprehensive overview of HyperExecute's capabilities by watching our intr
59
55
</div>
60
56
</div>
61
57
62
-
63
58
## What is Model Context Protocol (MCP)?
64
59
65
60
The Model Context Protocol (MCP) acts like a "USB-C for AI integrations," creating a universal language between AI models and applications. This standardized interface allows AI assistants to connect with diverse software tools, making it significantly easier to expand capabilities across your digital workflow.
@@ -78,56 +73,52 @@ Here are the key benefits of using HyperExecute MCP Server:
78
73
79
74
## Connecting to HyperExecute MCP Server
80
75
81
-
82
76
### Connecting with Cline
83
-
84
-
#### What is Cline?
85
-
86
77
Cline (The Collaborative AI Coder) is an advanced AI-powered coding assistant that integrates directly into your development workflow. It provides intelligent code suggestions and documentation assistance, and now, with MCP support, you can interface with external tools like HyperExecute to enhance your testing capabilities. Cline offers natural language interactions with your codebase, allowing you to simply describe what you need rather than manually configuring everything.
87
78
88
79
#### Installing Cline in VS Code:
89
80
90
-
1. Open VS Code.
91
-
2. Click on the Extensions icon in the Activity Bar on the side of the window (or press `Ctrl+Shift+X`).
92
-
3. Search for **Cline**"** in the Extensions Marketplace.
81
+
**Step 1:** Open VS Code.<br />
82
+
**Step 2:** Click on the Extensions icon in the Activity Bar on the side of the window (or press `Ctrl+Shift+X`).<br />
83
+
**Step 3:** Search for **Cline** in the Extensions Marketplace.
4. Enter the following URL in the server URL field: `http://mcp.lambdatest.com/hyperexecute?&username=[your-lt-username]&accessKey=[your-lt-access-key]`
112
-
6.Replace [your-lt-username] and [your-lt-access-key] with your LambdaTest credentials.
113
-
7.Click on **Add Server**.
100
+
**Step 3:** Add Server Name as **MCP-HyperExecute**.<br />
101
+
**Step 4:** Enter the following URL in the server URL field: `http://mcp.lambdatest.com/hyperexecute?&username=[your-lt-username]&accessKey=[your-lt-access-key]` <br />
102
+
**Step 5:**Replace [your-lt-username] and [your-lt-access-key] with your LambdaTest credentials. <br />
Once connected, you can start using Cline to interact with the HyperExecute MCP Server. A common workflow would be:
120
110
121
-
1. Open your project in VS Code.
122
-
2. Open the Cline panel.
123
-
3. Type the following prompt: `Analyze the project and create a HyperExecute YAML file using MCP HyperExecute server.`
124
-
4. Cline will:
111
+
**Step 1:** Open your project in VS Code.<br />
112
+
**Step 2:** Open the Cline panel.<br />
113
+
**Step 3:** Type the following prompt: `Analyze the project and create a HyperExecute YAML file using MCP HyperExecute server.`<br />
114
+
**Step 4:** Cline will:
125
115
- analyze your project structure.
126
116
- Identify your testing framework and test files.
127
117
- Generate appropriate test runner commands.
128
118
- Create a complete HyperExecute YAML configuration file tailored to your project.
129
-
- Save the YAML file to your project directory.
130
-
5. You can then review the generated YAML file and make any necessary adjustments (if any, e.g., adding environment variables, etc.) before running your tests on the LambdaTest HyperExecute Platform.
119
+
- Save the YAML file to your project directory.<br />
120
+
121
+
**Step 5:** You can then review the generated YAML file and make any necessary adjustments (if any, e.g., adding environment variables, etc.) before running your tests on the LambdaTest HyperExecute Platform.
131
122
132
123
You can also ask Cline for more specific operations, such as:
133
124
@@ -145,9 +136,3 @@ HyperExecute MCP Server provides five main tools:
145
136
3.**HyperExecute Documentation Tool:** Provides answers to your queries by fetching information from documentation.
146
137
4.**HyperExecute Job Info Tool:** Retrieves information about specific test jobs.
147
138
5.**HyperExecute Sessions Tool:** Fetches session details for comprehensive test analysis.
0 commit comments