From 9f7d1a6bce62a6a95d7e385e2907c2875055edd8 Mon Sep 17 00:00:00 2001 From: pushkarbw Date: Thu, 11 Sep 2025 14:27:25 +0530 Subject: [PATCH 1/2] Updated Remote MCP instructions on Readme page --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 497b585..bf89c55 100644 --- a/README.md +++ b/README.md @@ -470,9 +470,24 @@ As of now we support 20 tools. ```text Upload PRD from /Users/xyz/Desktop/login-flow.pdf and use BrowserStack AI to generate test cases ``` -## Remote MCP Setup +## πŸš€ Remote MCP Server - - VSCode (Copilot - Agent Mode): `.vscode/mcp.json`: +Remote MCP comes with all the functionalities of an MCP server without the hassles of complex setup or local installation. + +### Key benefits: + +- βœ… Works seamlessly in enterprise networks without worrying about firewalls or binaries. + +- βœ… Secure OAuth integration – no password sharing or manual credential handling. + +### Limitations: + +- ❌ No Local Testing support (cannot test apps behind VPNs, firewalls, or localhost). If you have to do Local Testing, you would have to use a BrowserStack Local MCP server. +- ❌ Latency can be slightly higher, but nothing considerable β€” you generally won’t notice it in normal use. + +### Installation Steps: + + - On VSCode (Copilot - Agent Mode): `.vscode/mcp.json`: - Locate or Create the Configuration File: - In the root directory of your project, look for a folder named .vscode. This folder is usually hidden so you will need to find it as mentioned in the expand. From 31ca77f521d751de7360fcd03877f0ab3b0f8435 Mon Sep 17 00:00:00 2001 From: pushkarbw Date: Thu, 11 Sep 2025 14:35:06 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf89c55..6846334 100644 --- a/README.md +++ b/README.md @@ -476,7 +476,7 @@ Remote MCP comes with all the functionalities of an MCP server without the hassl ### Key benefits: -- βœ… Works seamlessly in enterprise networks without worrying about firewalls or binaries. +- βœ… Works seamlessly in enterprise networks without worrying about firewalls or binaries or where local installation is not allowed. - βœ… Secure OAuth integration – no password sharing or manual credential handling.