Add mcp-server module: order-lookup service exposed via @McpTool/@McpResource/@McpPrompt over Streamable HTTP
Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01FtpJvZfg4nvLvtzgJTDWpB
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
# Regenerates every reproducible file under output/. Run from the module root
|
||||
# (spring-ai/mcp-server). Needs Maven with the dependencies already resolved once online.
|
||||
#
|
||||
# output/06-*.txt is NOT regenerated here -- it was captured manually against a standalone run
|
||||
# with spring.ai.mcp.server.protocol commented out in application.yml. See its own header.
|
||||
set -eu
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
mvn -q -o test
|
||||
echo
|
||||
echo "Regenerated output/01 through 05 -- real JSON-RPC exchanges captured by"
|
||||
echo "OrderMcpTranscriptTest against the real running Streamable HTTP endpoint."
|
||||
echo "output/06-protocol-property-unset-404.txt was captured manually -- see its header."
|
||||
Reference in New Issue
Block a user