diff --git a/README.md b/README.md index c095e7b..ae50298 100644 --- a/README.md +++ b/README.md @@ -327,18 +327,17 @@ by sending JSON-RPC requests. Response -```jsonc +```json { - "jsonrpc":"2.0", - "content": [ - { - "type": "text", - "text": /* Weather forecast in GeoJSON format */, - "annotations": { - "audience": ["assistant"] + "jsonrpc": "2.0", + "result": { + "content": [ + { + "type": "text", + "text": "/* Weather forecast in GeoJSON format */" } - } - ] + ] + }, "id": 1 } ```