#!/usr/bin/env bash # Regenerates every reproducible file under output/. Run from the module root # (spring-ai/mcp-client). Needs npx and uvx on PATH -- both external MCP servers are launched # fresh by the tests themselves. set -eu cd "$(dirname "$0")/.." mvn -q -o test echo echo "Regenerated output/01 through 07 -- real MCP tool calls captured by the real" echo "ToolCallingManager bean against real filesystem and git MCP servers, plus the local tool."