@@ -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.