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