UNPKG

@pimzino/agentic-tools-mcp

Version:

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

10 lines (9 loc) 262 B
/** * Read the version from package.json * Works in both development (src/) and compiled (dist/) versions */ export declare function getVersion(): string; /** * Get formatted version string for display */ export declare function getVersionString(): string;