// SPDX-FileCopyrightText: Amolith <amolith@secluded.site>
//
// SPDX-License-Identifier: LicenseRef-MutuaL-1.2

package server

import _ "embed"

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