mem100x
Version:
⚡ The FASTEST MCP memory server ever built - 66k+ entities/sec with intelligent context detection
15 lines • 511 B
TypeScript
/**
* MCP Tool Definitions
* Centralized tool metadata for all Mem100x tools
*/
import { MCPToolDefinition } from './mcp-types.js';
export declare const TOOL_DEFINITIONS: Record<string, MCPToolDefinition>;
/**
* Get all tool definitions as an array
*/
export declare function getAllToolDefinitions(): MCPToolDefinition[];
/**
* Get a specific tool definition by name
*/
export declare function getToolDefinition(name: string): MCPToolDefinition | undefined;
//# sourceMappingURL=tool-definitions.d.ts.map