diff --git a/assets/images/hyperexecute-mcp/installing-cline.webp b/assets/images/hyperexecute-mcp/installing-cline.webp new file mode 100644 index 000000000..8bcd93c71 Binary files /dev/null and b/assets/images/hyperexecute-mcp/installing-cline.webp differ diff --git a/assets/images/hyperexecute-mcp/vs-code-config.webp b/assets/images/hyperexecute-mcp/vs-code-config.webp new file mode 100644 index 000000000..e29514d87 Binary files /dev/null and b/assets/images/hyperexecute-mcp/vs-code-config.webp differ diff --git a/docs/hyperexecute-mcp-suite.md b/docs/hyperexecute-mcp-suite.md new file mode 100644 index 000000000..8f684b7d2 --- /dev/null +++ b/docs/hyperexecute-mcp-suite.md @@ -0,0 +1,149 @@ +--- +id: hyperexecute-mcp-suite +title: Introducing HyperExecute MCP Suite +hide_title: false +sidebar_label: "" +description: +keywords: + - hyperexecute performance testing + - hyperexecute + - lambdatest + - MCP + - MCP server +url: https://www.lambdatest.com/support/docs/hyperexecute-mcp-suite/ +site_name: LambdaTest +slug: hyperexecute-mcp-suite/ +--- + +import CodeBlock from '@theme/CodeBlock'; +import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys"; + + + +# Getting Started with HyperExecute MCP Server + +## Introduction + +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. + +## Watch HyperExecute MCP in Action + +Get a comprehensive overview of HyperExecute's capabilities by watching our introductory video. + +
+
+4. Click **Install** on the Cline – The Collaborative AI Coder extension.
+5. Once installed, you'll see the Cline icon in your VS Code sidebar.
+6. Click on the Cline icon to open the Cline panel.
+7. Complete any authentication steps required during first-time setup.
+
+### Connecting Cline to HyperExecute MCP Server
+
+#### VS Code Configuration:
+
+1. In VS Code, click on the Cline icon in the sidebar to open the Cline panel.
+2. Under the **MCP Servers** section, click **Remote Servers**.
+
+
+
+3. Add Server Name as **MCP-HyperExecute**.
+4. Enter the following URL in the server URL field: `http://mcp.lambdatest.com/hyperexecute/sse?username=[your-lt-username]&accessKey=[your-lt-access-key]`
+6. Replace [your-lt-username] and [your-lt-access-key] with your LambdaTest credentials.
+7. Click on **Add Server**.
+
+### Interacting with HyperExecute MCP Server
+
+Once connected, you can start using Cline to interact with the HyperExecute MCP Server. A common workflow would be:
+
+1. Open your project in VS Code.
+2. Open the Cline panel.
+3. Type the following prompt: `Analyze the project and create a HyperExecute YAML file using MCP HyperExecute server.`
+4. Cline will:
+- analyze your project structure.
+- Identify your testing framework and test files.
+- Generate appropriate test runner commands.
+- Create a complete HyperExecute YAML configuration file tailored to your project.
+- Save the YAML file to your project directory.
+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.
+
+You can also ask Cline for more specific operations, such as:
+
+- "What are the key features of HyperExecute?"
+- "What does failFast in HyperExecute mean?"
+
+The natural language interface allows you to work with HyperExecute without having to remember specific command syntax or configuration details.
+
+**Available Tools:**
+
+HyperExecute MCP Server provides five main tools:
+
+1. **Test Runner Command Generation Tool:** Analyzes your project structure and generates appropriate test commands.
+2. **HyperExecute YAML Generation Tool:** Creates configuration files based on project analysis.
+3. **HyperExecute Documentation Tool:** Provides answers to your queries by fetching information from documentation.
+4. **HyperExecute Job Info Tool:** Retrieves information about specific test jobs.
+5. **HyperExecute Sessions Tool:** Fetches session details for comprehensive test analysis.
+
+
+
+
+
+