Skip to content

Commit 75eeaac

Browse files
authored
fix(dev): do not use in-use port in example run command (containers#394)
Signed-off-by: Calum Murray <[email protected]>
1 parent 7fe604e commit 75eeaac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ local-env-setup: ## Setup complete local development environment with Kind clust
142142
@echo " _output/config.toml"
143143
@echo ""
144144
@echo "Run the MCP server with:"
145-
@echo " ./$(BINARY_NAME) --port 8080 --config _output/config.toml"
145+
@echo " ./$(BINARY_NAME) --port 8008 --config _output/config.toml"
146146
@echo ""
147147
@echo "Or run with MCP inspector:"
148148
@echo " npx @modelcontextprotocol/inspector@latest \$$(pwd)/$(BINARY_NAME) --config _output/config.toml"

0 commit comments

Comments
 (0)