Skip to content

Commit a4934e0

Browse files
authored
Merge pull request LambdaTest#1511 from amanchopra1905/stage
updated the sidebar of the HYP MCP Server
2 parents a95ed3a + 8940b94 commit a4934e0

File tree

2 files changed

+24
-35
lines changed

2 files changed

+24
-35
lines changed

docs/hyperexecute-mcp-server.md

Lines changed: 20 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/co
4343
></script>
4444

4545
# Getting Started with HyperExecute MCP Server
46-
***
47-
48-
## Introduction
49-
5046
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.
5147

5248
## Watch HyperExecute MCP in Action​
@@ -59,7 +55,6 @@ Get a comprehensive overview of HyperExecute's capabilities by watching our intr
5955
</div>
6056
</div>
6157

62-
6358
## What is Model Context Protocol (MCP)?
6459

6560
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:
7873

7974
## Connecting to HyperExecute MCP Server
8075

81-
8276
### Connecting with Cline
83-
84-
#### What is Cline?
85-
8677
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.
8778

8879
#### Installing Cline in VS Code:
8980

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.
9384

9485
<img loading="lazy" src={require('../assets/images/hyperexecute-mcp/installing-cline.webp').default} alt="automation-dashboard" width="1920" height="868" className="doc_img"/>
9586

96-
4. Click **Install** on the Cline – The Collaborative AI Coder extension.
97-
5. Once installed, you'll see the Cline icon in your VS Code sidebar.
98-
6. Click on the Cline icon to open the Cline panel.
99-
7. Complete any authentication steps required during first-time setup.
87+
**Step 4:** Click **Install** on the Cline – The Collaborative AI Coder extension.<br />
88+
**Step 5:** Once installed, you'll see the Cline icon in your VS Code sidebar.<br />
89+
**Step 6:** Click on the Cline icon to open the Cline panel.<br />
90+
**Step 7:** Complete any authentication steps required during first-time setup.
10091

10192
### Connecting Cline to HyperExecute MCP Server
10293

10394
#### VS Code Configuration:
10495

105-
1. In VS Code, click on the Cline icon in the sidebar to open the Cline panel.
106-
2. Under the **MCP Servers** section, click **Remote Servers**.
107-
96+
**Step 1:** In VS Code, click on the Cline icon in the sidebar to open the Cline panel.<br />
97+
**Step 2:** Under the **MCP Servers** section, click **Remote Servers**.
10898
<img loading="lazy" src={require('../assets/images/hyperexecute-mcp/vs-code-config.webp').default} alt="automation-dashboard" width="1920" height="868" className="doc_img"/>
10999

110-
3. Add Server Name as **MCP-HyperExecute**.
111-
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 />
103+
**Step 6:** Click on **Add Server**.
114104

115105
<img loading="lazy" src={require('../assets/images/hyperexecute-mcp/mcp-add-server.webp').default} alt="automation-dashboard" width="1920" height="868" className="doc_img"/>
116106

117107
### Interacting with HyperExecute MCP Server
118108

119109
Once connected, you can start using Cline to interact with the HyperExecute MCP Server. A common workflow would be:
120110

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:
125115
- analyze your project structure.
126116
- Identify your testing framework and test files.
127117
- Generate appropriate test runner commands.
128118
- 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.
131122

132123
You can also ask Cline for more specific operations, such as:
133124

@@ -145,9 +136,3 @@ HyperExecute MCP Server provides five main tools:
145136
3. **HyperExecute Documentation Tool:** Provides answers to your queries by fetching information from documentation.
146137
4. **HyperExecute Job Info Tool:** Retrieves information about specific test jobs.
147138
5. **HyperExecute Sessions Tool:** Fetches session details for comprehensive test analysis.
148-
149-
150-
151-
152-
153-

sidebars.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ module.exports = {
7373
},
7474
],
7575
},
76+
{
77+
type: "doc",
78+
id: "hyperexecute-mcp-server",
79+
},
7680
{
7781
type: "category",
7882
collapsed: true,

0 commit comments

Comments
 (0)