/** * Tool definitions for MCP server */ import { Tool } from "@modelcontextprotocol/sdk/types.js"; /** * Default limit for number of definitions to return */ export declare const DEFAULT_DEFINITION_LIMIT = 3; /** * Tool for looking up slang definitions */ export declare const DEFINE_SLANG_TOOL: Tool; /** * Tool for getting a random slang word */ export declare const RANDOM_WORD_TOOL: Tool; /** * Array of all available tools */ export declare const ALL_TOOLS: Tool[]; //# sourceMappingURL=definitions.d.ts.map