#!/usr/bin/env node
/**
 * @fileoverview obsidian-mcp-server entry point. Initializes the Obsidian
 * Local REST API service at module load so the Omnisearch probe can run
 * before tools are constructed — `obsidian_search_notes` is built via a
 * factory that takes Omnisearch reachability as input, so the `omnisearch`
 * mode appears in the tool schema only when the plugin is actually reachable.
 * @module index
 */
export {};
//# sourceMappingURL=index.d.ts.map