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.

9 lines 249 B
/** * Exports all utility functions and classes */ export * from './errors.js'; export * from './logging.js'; export * from './rate-limiting.js'; export * from './tokenization.js'; export * from './validation.js'; //# sourceMappingURL=index.js.map