Skip to content

Commit f8140fb

Browse files
committed
feat: change default port from 5000 to 8000
1 parent 1a5f496 commit f8140fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/apollo-mcp-server/src/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ impl Transport {
9494
}
9595

9696
fn default_port() -> u16 {
97-
5000
97+
8000
9898
}
9999

100100
fn default_stateful_mode() -> bool {

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
# Image configuration
175175
# See: https://github.com/moby/moby/blob/46f7ab808b9504d735d600e259ca0723f76fb164/image/spec/spec.md#container-runconfig-field-descriptions
176176
config = let
177-
http-port = 5000;
177+
http-port = 8000;
178178
in {
179179
# Provide default options that can be unset / overridden by the end-user
180180
Env = [

0 commit comments

Comments
 (0)