Files
tkmind_go/crates/goose/tests/mcp_replays/npx-y@modelcontextprotocol_server-everything.results.json
T
Douwe Osinga cdab2fc3a6 Tool reply meta (#6074)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-12-11 19:43:36 -05:00

47 lines
907 B
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\":22.5,\"conditions\":\"Partly cloudy\",\"humidity\":65}"
}
],
"structuredContent": {
"conditions": "Partly cloudy",
"humidity": 65,
"temperature": 22.5
}
},
{
"content": [
{
"type": "text",
"text": "LLM sampling result: \"So we beat on, boats against the current, borne back ceaselessly into the past.\" — F. Scott Fitzgerald, The Great Gatsby (1925)"
}
]
}
]