@@ -42,10 +42,14 @@ Point [Home Assistant's MCP integration] at the `/sse` endpoint.
Patch requests are all on [pr.pico.sh].
-- Create a new patch request with- `git format-patch origin/main --stdout | ssh pr.pico.sh pr create amolith/lunatask-mcp-server`-- Submit a revision to an existing patch request with- `git format-patch main --stdout | ssh pr.pico.sh pr add {prID}`
+```sh
+# Create a new patch request with
+git format-patch origin/main --stdout | ssh pr.pico.sh pr create amolith/lunatask-mcp-server
+# Submit a revision to an existing patch request with
+git format-patch main --stdout | ssh pr.pico.sh pr add {prID}
+# List patch requests
+ssh pr.pico.sh pr list amolith/lunatask-mcp-server
+```
[pr.pico.sh]: https://pr.pico.sh/r/amolith/lunatask-mcp-server
@@ -110,3 +114,7 @@ I'm currently using `google/gemini-2.5-flash-preview:thinking` through
- Maybe make it user-configurable?
- _Optionally_ include a tool that calls a configurable LLM for task time
estimations so the main LLM doesn't have to guess.
+
+```
+
+```