diff --git a/README.md b/README.md index 01dc375389ece4bfcb1992f641a06a2aedd9bdce..ac2b29350b920f3f6f0cf9641ea7d694f26b0416 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,17 @@ Point [Home Assistant's MCP integration] at the `/sse` endpoint. [Home Assistant's MCP integration]: https://www.home-assistant.io/integrations/mcp/ +## Collaboration + +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}` + +[pr.pico.sh]: https://pr.pico.sh/r/amolith/lunatask-mcp-server + ## Models and prompts I'm currently using `google/gemini-2.5-flash-preview:thinking` through