instructions.go

 1// SPDX-FileCopyrightText: Amolith <amolith@secluded.site>
 2//
 3// SPDX-License-Identifier: LicenseRef-MutuaL-1.2
 4
 5package server
 6
 7import _ "embed"
 8
 9// Instructions contains the embedded SilverBullet guidance for MCP clients.
10//
11//go:embed silverbullet.md
12var Instructions string