package server

import _ "embed"

// Instructions contains the embedded SilverBullet guidance for MCP clients.
//
//go:embed silverbullet.md
var Instructions string
