@@ -42,7 +42,7 @@ func New(cfg *config.Config) *mcp.Server {
// Register tools with the SB client closed over
mcp.AddTool(server, &mcp.Tool{
Name: "usage",
- Description: "Load the SilverBullet usage guide, gotchas, and best practices. Call this BEFORE execute_lua.",
+ Description: "Load the SilverBullet usage guide, gotchas, and best practices. Call this BEFORE execute_lua because you WILL mess up otherwise!",
Annotations: &mcp.ToolAnnotations{
Title: "Usage Guide",
ReadOnlyHint: true,