UNPKG

obsidian-mcp-server

Version:

MCP server for Obsidian vaults — read, write, search, and surgically edit notes, tags, and frontmatter via the Local REST API plugin. STDIO or Streamable HTTP.

7 lines 245 B
/** * @fileoverview Shared types for the Obsidian Local REST API service layer. * Mirrors the upstream plugin's response shapes (NoteJson, document map, etc.). * @module services/obsidian/types */ export {}; //# sourceMappingURL=types.js.map