Skip to content

Commit e4531d8

Browse files
committed
add note about port change
1 parent bda4caf commit e4531d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/config-file.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,12 @@ The available fields depend on the value of the nested `type` key:
187187
| `port` | `8000` (default) | `u16` | The port to bind to |
188188
| `stateful_mode` | `true` (default) | `bool` | Flag to enable or disable stateful mode and session management. |
189189

190+
<Note>
191+
192+
For Apollo MCP Server `≤v1.0.0`, the default `port` value is `5000`. In `v1.1.0`, the default `port` option was changed to `8000` to avoid conflicts with common development tools and services that typically use port 5000 (such as macOS AirPlay, Flask development servers, and other local services).
193+
194+
</Note>
195+
190196
##### SSE (Deprecated, use StreamableHTTP)
191197

192198
| Option | Value | Value Type | Description |

0 commit comments

Comments
 (0)