diff --git a/AGENTS.md b/AGENTS.md index 8f481a002668fc48ce179aafc1d6eafffc6cefd2..61fdd5bf6a4cd9911572b357043496d5c87c853c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,13 +1,13 @@ # sb-mcp +SilverBullet MCP server, this repo uses jujutsu over git and imperative, kernel-style commits over Conventional Commits. + ## Commands ```sh mise run check # fmt, lint, vet, vuln, build, and test ``` -Run: `sb-mcp serve` (stdio) or `sb-mcp serve --http :3001` (streamable HTTP) - ## Landmines - **`print()` is silently swallowed** in the Runtime API. Always use `return` to send results back from `execute_lua`. No error, no warning — just empty output.