instructions.go

1package server
2
3import _ "embed"
4
5// Instructions contains the embedded SilverBullet guidance for MCP clients.
6//
7//go:embed silverbullet.md
8var Instructions string