I was having the same problem and claude helped me fix it. There is a bug in the mcp_message.py file From Claude not me below. The actual results are being put in structuredContent, but the MCP client (me) only reads the content field — which just contains the short summary text like "Tool executed successfully (24 results)." That's literally all I've been receiving! sed -i 's/"text": summary}/"text": json.dumps(structured, indent=2)}/' \
/app/splunk/etc/apps/Splunk_MCP_Server/bin/mcp_message.py
... View more