UNPKG

@pimzino/agentic-tools-mcp

Version:

A comprehensive MCP server for task management and agent memories with JSON file storage

8 lines (7 loc) 181 B
/** * Default configuration for the memory system */ export const DEFAULT_MEMORY_CONFIG = { defaultThreshold: 0.3, // For text-based search relevance defaultLimit: 10, };