Skip to content

Commit 94909bb

Browse files
committed
Update documentation and clean up template files
1 parent 21647ef commit 94909bb

File tree

3 files changed

+186
-198
lines changed

3 files changed

+186
-198
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ flowchart TB
216216
- **Default Configuration:** Gateway is available over HTTP for development
217217

218218
* **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
222222

223223
* **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.
224224

0 commit comments

Comments
 (0)