// MCP tool family: groups // Handlers in mcp/server.ts; this file defines the family for the spec's folder structure. export const FAMILY = "groups" as const; export const TOOLS = ["join_group", "leave_group"] as const;