Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -2966,7 +2966,6 @@ module.exports = {
label: "Connect Your Tools",
items: [
"selenium-bidi-integration",
"automation-mcp-server",
"lambda-hooks",
"command-annotations",
"selenium-add-test-meta-data",
Expand Down Expand Up @@ -4720,6 +4719,26 @@ module.exports = {
label: "Setting up TestMu AI MCP Server",
id: "lambdatest-mcp-server",
},
{
type: "doc",
label: "Automation MCP Server",
id: "automation-mcp-server",
},
{
type: "doc",
label: "Accessibility MCP Server",
id: "accessibility-mcp-server",
},
{
type: "doc",
label: "SmartUI MCP Server",
id: "smartui-mcp-server",
},
{
type: "doc",
label: "HyperExecute MCP Server",
id: "hyperexecute-mcp-server",
},
],
],

Expand Down
Loading