Files
tkmind_go/crates/goose/tests/mcp_replays/npx-y@modelcontextprotocol_server-everything@2026.1.14.results.json
2026-01-23 16:11:32 -05:00

47 lines
1.0 KiB
JSON

[
{
"content": [
{
"type": "text",
"text": "Echo: Hello, world!"
}
]
},
{
"content": [
{
"type": "text",
"text": "The sum of 1 and 2 is 3."
}
]
},
{
"content": [
{
"type": "text",
"text": "Long running operation completed. Duration: 1 seconds, Steps: 5."
}
]
},
{
"content": [
{
"type": "text",
"text": "{\"temperature\":33,\"conditions\":\"Cloudy\",\"humidity\":82}"
}
],
"structuredContent": {
"conditions": "Cloudy",
"humidity": 82,
"temperature": 33
}
},
{
"content": [
{
"type": "text",
"text": "LLM sampling result: \n{\n \"model\": \"mock\",\n \"stopReason\": \"endTurn\",\n \"role\": \"assistant\",\n \"content\": {\n \"type\": \"text\",\n \"text\": \"\\\"So we beat on, boats against the current, borne back ceaselessly into the past.\\\" — F. Scott Fitzgerald, The Great Gatsby (1925)\"\n }\n}"
}
]
}
]