TestMCP_Query-InvalidQuery 244 B

12345678910111213
  1. query_invalid
  2. {
  3. "jsonrpc": "2.0",
  4. "result": {
  5. "content": [
  6. {
  7. "text": "Query parse error: input:1:9: Cannot query field \"nonexistent\" on type \"Query\".\n",
  8. "type": "text"
  9. }
  10. ],
  11. "isError": true
  12. }
  13. }