A lightweight MCP server that captures and manages stdout logs from multiple processes through a named pipe system. The server creates a cross-platform pipe at a standard location, monitors incoming logs, maintains a history of the last 100 entries, and provides tools for querying and filtering these logs, making it particularly useful for debugging and real-time log monitoring across different applications.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Retrieve logs from the named pipe with optional filtering. Parameters: lines (optional, default: 50), filter (optional), since (optional, Unix timestamp in milliseconds)