UNPKG

obsidian-mcp-server

Version:

Model Context Protocol (MCP) server designed for LLMs to interact with Obsidian vaults. Provides secure, token-aware tools for seamless knowledge base management through a standardized interface.

7 lines 162 B
/** * Exports for the Obsidian module */ export * from './client.js'; export * from './types.js'; export * from './errors.js'; //# sourceMappingURL=index.js.map