Skip to content

Commit c252aaa

Browse files
authored
docs: align optional MCP_GATEWAY_PORT wording with runtime semantics
1 parent f551fd2 commit c252aaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ENVIRONMENT_VARIABLES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ When running locally (`run.sh`), these variables are optional (warnings shown if
1818

1919
| Variable | Description | Default |
2020
|----------|-------------|---------|
21-
| `MCP_GATEWAY_PORT` | Gateway listening port | `8000` |
21+
| `MCP_GATEWAY_PORT` | Port used by `run.sh` to build the `--listen` address; also read by `awmg --validate-env` for port-mapping checks | `8000` |
2222
| `MCP_GATEWAY_DOMAIN` | Gateway domain | `localhost` |
2323
| `MCP_GATEWAY_API_KEY` | Informational only — not read directly by the binary; must be referenced in your config via `"${MCP_GATEWAY_API_KEY}"` to enable authentication | (disabled) |
2424
| `MCP_GATEWAY_LOG_DIR` | Log file directory (sets default for `--log-dir` flag) | `/tmp/gh-aw/mcp-logs` |

0 commit comments

Comments
 (0)