add another enticement

Amolith created

Change summary

internal/server/server.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

internal/server/server.go 🔗

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