diff --git a/README.md b/README.md index ac2b29350b920f3f6f0cf9641ea7d694f26b0416..360f1897969f74e25a130fb6169d5fa750b1f9a3 100644 --- a/README.md +++ b/README.md @@ -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. + +``` + +```