micro--go-micro
0595130f16
The gateway already serves /mcp/tools on :8080 unconditionally (every endpoint is an AI-callable tool), but the startup banner only printed an MCP line when --mcp-address was set — so the live `micro run` experience hid the harness's signature feature even though it was running, and didn't match the README. Always advertise MCP Tools on the gateway address; keep the optional standalone MCP-protocol server (--mcp-address) as a clearly separate line. No behavior change — banner output only. Co-authored-by: Claude <noreply@anthropic.com>