We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d7046a + 8c91130 commit 6929d52Copy full SHA for 6929d52
1 file changed
README.md
@@ -453,10 +453,10 @@ The exception reporter receives two arguments:
453
- `exception`: The Ruby exception object that was raised
454
- `server_context`: A hash containing contextual information about where the error occurred
455
456
-The server_context hash includes:
+The `server_context` hash includes:
457
458
-- For tool calls: `{ tool_name: "name", arguments: { ... } }`
459
-- For general request handling: `{ request: { ... } }`
+- For request handling failures: `{ request: { ... } }` (the raw JSON-RPC request hash)
+- For notification delivery failures: `{ notification: "tools_list_changed" }` (or the relevant notification name)
460
461
When an exception occurs:
462
0 commit comments