diff --git a/docs/automation-mcp-server.md b/docs/automation-mcp-server.md
index 6e07099e5..7db1c6f0d 100644
--- a/docs/automation-mcp-server.md
+++ b/docs/automation-mcp-server.md
@@ -100,7 +100,9 @@ Once connected, you can begin using Cline to interact with the Automation MCP Se
**Step 3:** Type the following prompt:
-> “Analyze the LambdaTest TestID. Review the command logs, network logs, and console logs to identify the cause of the test failure. Suggest a code fix based on your findings.”
+```
+Analyze the LambdaTest TestID. Review the command logs, network logs, and console logs to identify the cause of the test failure. Suggest a code fix based on your findings.
+```
**Step 4:** Cline will:
diff --git a/docs/smartui-mcp-server.md b/docs/smartui-mcp-server.md
index 16c9aa94d..799472c59 100644
--- a/docs/smartui-mcp-server.md
+++ b/docs/smartui-mcp-server.md
@@ -44,6 +44,7 @@ import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/co
>
# Getting Started with SmartUI MCP Server
+***
The SmartUI MCP Server allows you to debug visual regressions using SmartUI comparison runs, returning natural-language insights such as human-like summaries, visual change detection, and root cause analysis. It is built on [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) and connects to the LambdaTest SmartUI infrastructure via `comparisonId`.
@@ -103,7 +104,7 @@ Cline (The Collaborative AI Coder) is an advanced AI-powered coding assistant th
**Step 6:** Click on the Cline icon to open the Cline panel.
**Step 7:** Complete any authentication steps required during first-time setup.
-### Connecting Cline to HyperExecute MCP Server
+### Connecting Cline to SmartUI MCP Server
#### VS Code Configuration:
@@ -111,7 +112,7 @@ Cline (The Collaborative AI Coder) is an advanced AI-powered coding assistant th
**Step 2:** Under the **MCP Servers** section, click **Remote Servers**.
-**Step 3:** Add Server Name as **MCP-HyperExecute**.
+**Step 3:** Add Server Name as **LambdaTest-MCP**.
**Step 4:** Enter the following URL in the server URL field: `http://mcp-api.lambdatest.com/automation?&username=[your-lt-username]&accessKey=[your-lt-access-key]`
**Step 5:** Replace [your-lt-username] and [your-lt-access-key] with your LambdaTest credentials.
**Step 6:** Click on **Add Server**.