You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,9 +216,9 @@ flowchart TB
216
216
-**Default Configuration:** Gateway is available over HTTP for development
217
217
218
218
***Security Group Configuration:** Configure your EC2 security group based on your deployment scenario:
219
-
-**HTTPS with SSL certificate:**Only port**443**needs to be opened
220
-
-**HTTP with EC2 domain name:**Only port**80**needs to be opened
221
-
-**HTTP with localhost (port forwarding):** Ports **80**, **7860**, and **8888** need to be opened
219
+
-**HTTPS with SSL certificate:** Port**8080**, **443**need to be opened
220
+
-**HTTP with EC2 domain name:**Port **8080**,**80**need to be opened
221
+
-**HTTP with localhost (port forwarding):** Ports **80**, **7860**, and **8080** need to be opened
222
222
223
223
***External API Keys (Optional):** One of the example MCP servers uses the [`Polygon`](https://polygon.io/stocks) API for stock ticker data. Get an API key from [here](https://polygon.io/dashboard/signup?redirect=%2Fdashboard%2Fkeys). The server will still start without the API key but you will get a 401 Unauthorized error when using the tools provided by this server.
0 commit comments