mcp — the model context protocol6 / 9
servers, tools, and the protocol — how ai agents plug into your stack
AI built a tools/call request for create_task, but the tool's
schema requires a title argument and the request is missing it.
The fake server returns an error response. Fix line 3 by adding
"title": "ship docs" to the arguments dict.
Expected output:
Created task: ship docs
The break is on line 3 — but read the whole snippet first.
⌘↵ runs the editor.
Booting Python…
Output
[promptdojo:~]$ _