Skip to content

Commit ff65385

Browse files
Merge pull request #141 from pushkarbw/main
Updated Remote MCP instructions on Readme page
2 parents 32eead6 + 31ca77f commit ff65385

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,9 +470,24 @@ As of now we support 20 tools.
470470
```text
471471
Upload PRD from /Users/xyz/Desktop/login-flow.pdf and use BrowserStack AI to generate test cases
472472
```
473-
## Remote MCP Setup
473+
## 🚀 Remote MCP Server
474474
475-
- VSCode (Copilot - Agent Mode): `.vscode/mcp.json`:
475+
Remote MCP comes with all the functionalities of an MCP server without the hassles of complex setup or local installation.
476+
477+
### Key benefits:
478+
479+
- ✅ Works seamlessly in enterprise networks without worrying about firewalls or binaries or where local installation is not allowed.
480+
481+
- ✅ Secure OAuth integration – no password sharing or manual credential handling.
482+
483+
### Limitations:
484+
485+
- ❌ 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.
486+
- ❌ Latency can be slightly higher, but nothing considerable — you generally won’t notice it in normal use.
487+
488+
### Installation Steps:
489+
490+
- On VSCode (Copilot - Agent Mode): `.vscode/mcp.json`:
476491
477492
- Locate or Create the Configuration File:
478493
- 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.

0 commit comments

Comments
 (0)