#!/usr/bin/env node /** * Second Brain MCP Server * * MCP server to interact with the Second Brain RAG knowledge management system. * Provides tools for adding logs, uploading documents, searching, and chatting. */ export {};