add --allow-http flag
This commit is contained in:
parent
7a1bd95844
commit
bfba5d6b4e
2 changed files with 13 additions and 1 deletions
10
README.md
10
README.md
|
@ -87,6 +87,16 @@ To bypass authentication, or to emit custom headers on all requests to your remo
|
|||
]
|
||||
```
|
||||
|
||||
* To allow HTTP connections in trusted private networks, add the `--allow-http` flag. Note: This should only be used in secure private networks where traffic cannot be intercepted.
|
||||
|
||||
```json
|
||||
"args": [
|
||||
"mcp-remote",
|
||||
"http://internal-service.vpc/sse",
|
||||
"--allow-http"
|
||||
]
|
||||
```
|
||||
|
||||
### Claude Desktop
|
||||
|
||||
[Official Docs](https://modelcontextprotocol.io/quickstart/user)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue