diff --git a/internal/server/server.go b/internal/server/server.go index 7dc2ca562462eecb7bf9082d759670faef05f294..6d160e0a9138ef01019dcd19502c4283dc897e35 100644 --- a/internal/server/server.go +++ b/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,