1package mcphello 2 3func Render(path string) string { 4 return "# Hello from the GnoPulse MCP toolkit\nDeployed via `gnotx addpkg` — signer-side deploy on test-13." 5}