Files
dap-was-dapms/docs/contracts/agent-builder-mcp/examples/agentbuilder-v0.3/tools-call-execution-error-response.json
janghw ab9c97c546
All checks were successful
Deploy Gateway / deploy (push) Successful in 2m45s
Harden tool endpoint origin validation and source fingerprinting
2026-09-18 18:21:08 +09:00

14 lines
231 B
JSON

{
"jsonrpc": "2.0",
"id": 3,
"result": {
"content": [
{
"type": "text",
"text": "{\"reasonCode\":\"TOOL_TIMEOUT\",\"message\":\"Tool execution timed out.\"}"
}
],
"isError": true
}
}