Skip to content

Commit 20ea4ab

Browse files
committed
chore: fix prettier complains
1 parent 5620c2f commit 20ea4ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ The templates provided in this document are meant to be a starting point. While
275275
[Pomerium](https://www.pomerium.com/) is an identity-aware access proxy designed for zero-trust access that [supports MCP](https://www.pomerium.com/docs/capabilities/mcp) out of the box.
276276

277277
**Key Features:**
278+
278279
- Policy-based access control on every request
279280
- Fine-grained access control
280281
- Enterprise identity provider support (Microsoft Entra ID, Google Identity, Okta, Auth0, GitHub, Keycloak, etc.)
@@ -293,11 +294,13 @@ The MCP Server will detect typical PROXY environment variables and use them for
293294
This is useful when the MCP Server needs to connect through corporate firewalls or network restrictions to reach MongoDB Atlas or other external services.
294295

295296
**Supported environment variables:**
297+
296298
- `HTTP_PROXY` / `http_proxy` - HTTP proxy for non-SSL connections
297299
- `HTTPS_PROXY` / `https_proxy` - HTTPS proxy for SSL connections
298300
- `NO_PROXY` / `no_proxy` - Comma-separated list of hosts to bypass proxy
299301

300302
**Example:**
303+
301304
```bash
302305
export HTTPS_PROXY=http://corporate-proxy.company.com:8080
303306
export NO_PROXY=localhost,127.0.0.1,*.company.com

0 commit comments

Comments
 (0)