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 7fe604e commit 75eeaacCopy full SHA for 75eeaac
Makefile
@@ -142,7 +142,7 @@ local-env-setup: ## Setup complete local development environment with Kind clust
142
@echo " _output/config.toml"
143
@echo ""
144
@echo "Run the MCP server with:"
145
- @echo " ./$(BINARY_NAME) --port 8080 --config _output/config.toml"
+ @echo " ./$(BINARY_NAME) --port 8008 --config _output/config.toml"
146
147
@echo "Or run with MCP inspector:"
148
@echo " npx @modelcontextprotocol/inspector@latest \$$(pwd)/$(BINARY_NAME) --config _output/config.toml"
0 commit comments