// Package main is the entry point for the last30days MCP server bundled // as a .mcpb for Claude Desktop. See mcp/README.md for build instructions. package main // Version is stamped at build time via -ldflags "-X main.Version=". // Defaults to "dev" for local builds. var Version = "dev" func main() { // Wired in U3. }