We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5f496 commit f8140fbCopy full SHA for f8140fb
crates/apollo-mcp-server/src/server.rs
@@ -94,7 +94,7 @@ impl Transport {
94
}
95
96
fn default_port() -> u16 {
97
- 5000
+ 8000
98
99
100
fn default_stateful_mode() -> bool {
flake.nix
@@ -174,7 +174,7 @@
174
# Image configuration
175
# See: https://github.com/moby/moby/blob/46f7ab808b9504d735d600e259ca0723f76fb164/image/spec/spec.md#container-runconfig-field-descriptions
176
config = let
177
- http-port = 5000;
+ http-port = 8000;
178
in {
179
# Provide default options that can be unset / overridden by the end-user
180
Env = [
0 commit comments