TasksStubServer (anubis_mcp v1.6.1)
Copy MarkdownStub MCP server used by Tasks lifecycle tests.
Declares the :tasks capability and exposes tools with different
task_support values:
wait_signal_add—:optional. Sends{:tool_running, self(), sig}toframe.assigns[:test_pid]and blocks onreceive {:proceed, ^sig}. Used to coordinate tests deterministically withoutProcess.sleep.must_be_task—:required. Echoes the message immediately.no_tasks— defaults to:forbidden. Returns"ok".always_fails—:optional. Returns aCallToolResultwithisError: true.