Search Apps Documentation Source Content File Folder Download Copy Actions Download

hello.gno

0.16 Kb · 5 lines
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}