UNPKG

@vibeworks/barkme-mcp-server

Version:

A Model Context Protocol (MCP) server that provides iOS push notifications through the Bark service

13 lines (12 loc) 295 B
declare class Logger { private level; constructor(); private shouldLog; private formatMessage; info(message: string): void; warn(message: string): void; error(message: string): void; debug(message: string): void; } export declare const logger: Logger; export {};